⚙ GitHub Actions: Test on Python 3.14

pull/134/head
Mike Gerber 4 days ago
parent a09a624bde
commit ab3055ad5b

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
runs-on: "ubuntu-latest"

Loading…
Cancel
Save