Skip to content

Commit 60f1078

Browse files
authored
Merge pull request #511 from c-martinez/drop-py3.8
Remove p3.14 (not yet supported by GHA)
2 parents 807952d + 66e9317 commit 60f1078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: [3.9, 3.10.x, 3.11, 3.12, 3.13, 3.14]
9+
python-version: [3.9, 3.10.x, 3.11, 3.12, 3.13]
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)