diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 12:13:59 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 12:47:49 +0200 |
commit | a3ddabe740fa123b6c2060962d3ddb86959945c1 (patch) | |
tree | 86025a951a908b957ce745cb128418270092a9d3 /.github/workflows/pytest.yml | |
parent | Update AUTHORS. (diff) | |
download | glucometerutils-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 '')
-rw-r--r-- | .github/workflows/pytest.yml | 2 |
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 |