We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c1cb commit dc5decdCopy full SHA for dc5decd
1 file changed
.github/workflows/testing_multiversion.yml
@@ -17,7 +17,7 @@ jobs:
17
# Using matrix strategy
18
strategy:
19
matrix:
20
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
21
22
steps:
23
# Check out repo and set up Python
0 commit comments