Skip to content

Commit 471a409

Browse files
committed
Drop support for Python 3.8, test 3.13-14 in CI
1 parent dc134d4 commit 471a409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
strategy:
1212
matrix:
13-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
13+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14]
1414
os:
1515
- ubuntu-latest
1616
- macos-13 # (non-M1)

0 commit comments

Comments
 (0)