summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2022-12-17 15:42:23 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-12-17 15:46:40 +0100
commit113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a (patch)
treeb1a215261071579a474e3faf157510d8e4e1aa8d
parentUpdate all GitHub actions versions to v3. (diff)
downloadglucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar.gz
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar.bz2
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar.lz
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar.xz
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.tar.zst
glucometerutils-113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a.zip
-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 51abf36..04a2c94 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"]
+ python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
steps:
- uses: actions/checkout@v3