We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf53455 commit 3416717Copy full SHA for 3416717
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- 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"]
13
steps:
14
- name: Set up the repository
15
uses: actions/checkout@v3
0 commit comments