We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4237776 commit c435c31Copy full SHA for c435c31
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu, macos]#,windows]
18
- py: ["3.7", "3.8", "3.9", "3.10"]
+ py: ["3.8", "3.9", "3.10", "3.11"]
19
include:
20
#- os: windows
21
# shell: "/usr/bin/bash"
0 commit comments