We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b9bd commit 581a4baCopy full SHA for 581a4ba
.github/workflows/main_ci.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
platform: [ubuntu-latest,
23
macos-latest]
24
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
25
runs-on: ${{ matrix.platform }}
26
steps:
27
- uses: actions/checkout@v3
0 commit comments