Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b4798 commit 644c847Copy full SHA for 644c847
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [windows, ubuntu, macos]
19
- python: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
+ python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
20
platform: [x64, x86]
21
exclude:
22
- os: ubuntu
0 commit comments