We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d0717 commit 1530bdfCopy full SHA for 1530bdf
.github/workflows/testing.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: ["ubuntu-latest"]
21
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
22
#include:
23
# only test with Python 3.10 on Windows
24
# - os: windows-latest
0 commit comments