Skip to content

Commit 35a4d46

Browse files
committed
ci: remove EOL Python 3.8
1 parent 89f3461 commit 35a4d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
16+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1717
neo4j-version: [ "4.4", "5" ]
1818
spark-version:
1919
- { short: "3", ext: "3.4.3", scala: "2.12" }

0 commit comments

Comments
 (0)