Skip to content

Commit dfbe83d

Browse files
authored
Remove py3.8 testing from CI (#339)
1 parent a9931a0 commit dfbe83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
41+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
4242
sqlalchemy-version: [1.4.*, 2.0.*]
4343
runs-on: ubuntu-latest
4444
steps:

0 commit comments

Comments
 (0)