Browse Source

run test suite on Python 3.14

pull/14110/head
svlandeg 10 months ago
parent
commit
bdc8dc3957
  1. 1
      .github/workflows/test.yml

1
.github/workflows/test.yml

@ -48,6 +48,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.14"
- "3.13"
- "3.12"
- "3.11"

Loading…
Cancel
Save