diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2022-12-17 15:42:23 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-17 15:46:40 +0100 |
commit | 113a8ae054f88eabce1c7b4f4cbafbf8a30b8a0a (patch) | |
tree | b1a215261071579a474e3faf157510d8e4e1aa8d /.github | |
parent | Update all GitHub actions versions to v3. (diff) | |
download | glucometerutils-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 |
Diffstat (limited to '.github')
-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 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 |