We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ff5f4 commit 13f342eCopy full SHA for 13f342e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ ubuntu-latest, windows-latest, macos-latest ]
14
- python-version: ['3.10', '3.11' ]
+ python-version: ['3.9', '3.10', '3.11', '3.12' ]
15
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
steps:
0 commit comments