We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440e849 commit 155d263Copy full SHA for 155d263
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-20.04, macos-11, windows-2019]
11
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v3
0 commit comments