We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f9041 commit 7456a40Copy full SHA for 7456a40
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
+ python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
0 commit comments