Skip to content

Commit e17707e

Browse files
authored
Remove Python 3.8 from testing (#330)
Equivalent to cucumber/gherkin#325
1 parent d891582 commit e17707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
os:
4545
- ubuntu-latest
46-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
46+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4747
include:
4848
- os: windows-latest
4949
python-version: "3.10"

0 commit comments

Comments
 (0)