Skip to content

Commit 1a7636d

Browse files
committed
Update Python versions tested in CI
- Python 3.14 is added. - Python 3.9 is dropped. PDM failed to install, probably because of a hidden version incompatibility. However, this is an outdated Python version we don't actually care about so much.
1 parent 035bbe6 commit 1a7636d

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)