Skip to content

Commit 7d8e0cb

Browse files
committed
ci: drop Python 3.7 support, test on 3.11 and 3.12
1 parent cd1dd6b commit 7d8e0cb

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.7, 3.8, 3.9, '3.10']
13+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
1414
os:
1515
- ubuntu-latest
1616
- macos-13 # (non-M1)

0 commit comments

Comments
 (0)