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 8c0de4d commit 349ce15Copy full SHA for 349ce15
.github/workflows/run-tests.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1" ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12" ]
9
steps:
10
- uses: actions/checkout@v4
11
- name: Install Python ${{ matrix.python-version }}
0 commit comments