We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9931a0 commit dfbe83dCopy full SHA for dfbe83d
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
42
sqlalchemy-version: [1.4.*, 2.0.*]
43
runs-on: ubuntu-latest
44
steps:
0 commit comments