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 b896226 commit c445aaaCopy full SHA for c445aaa
.github/workflows/ci_tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
platform: [windows-latest, macos-latest, ubuntu-latest]
14
- python-version: ["3.9", "3.11"]
+ python-version: ["3.9", "3.12"]
15
runs-on: ${{ matrix.platform }}
16
17
steps:
0 commit comments