We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5e1c3 commit b14c547Copy full SHA for b14c547
.github/workflows/full_tests.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- python-version: ["3.10", "3.14"] # Lower and higher versions we support
+ python-version: ["3.9", "3.14"] # Lower and higher versions we support
21
os: [macos-latest, windows-latest, ubuntu-latest]
22
steps:
23
- uses: actions/checkout@v4
0 commit comments