We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0062187 commit b683e94Copy full SHA for b683e94
.github/workflows/general.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
python-version:
16
- ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
+ ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python
0 commit comments