summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:13:59 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:47:49 +0200
commita3ddabe740fa123b6c2060962d3ddb86959945c1 (patch)
tree86025a951a908b957ce745cb128418270092a9d3 /.github
parentUpdate AUTHORS. (diff)
downloadglucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar.gz
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar.bz2
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar.lz
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar.xz
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.tar.zst
glucometerutils-a3ddabe740fa123b6c2060962d3ddb86959945c1.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pytest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index 04a2c94..4cf3c3f 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
+ python-version: [3.9, "3.10", 3.11]
steps:
- uses: actions/checkout@v3