summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:35:13 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 13:02:57 +0200
commitbaa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5 (patch)
tree9276002f6de1bbd42fda40e0fa1b86e9717df8a4 /.github/workflows
parentpre-commit autoupdate (diff)
downloadfreestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar.gz
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar.bz2
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar.lz
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar.xz
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.tar.zst
freestyle-hid-baa722371bb1e5d381aec29ac3a3d1ccfb5c0ba5.zip
Diffstat (limited to '.github/workflows')
-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 2314f0c..369cd78 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- python-version: [3.9]
+ python-version: [3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2