summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-11 17:31:39 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-11 17:31:39 +0100
commit67d68327fe2a0cc0456a9379f2c94c6c04f404b2 (patch)
treeed8ea6e21b21ce2b569f9cb33ad64452ac257169 /.github
parentf547290178f86b6e5f0007cf1cb31d4736dcdaee (diff)
downloadisort-67d68327fe2a0cc0456a9379f2c94c6c04f404b2.tar.gz
Add Python 3.11 to tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2501a681..3a8b2bf7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: