Skip to content

Commit 30652d8

Browse files
CI: update Python version matrix
Old Python versions do not support the modern type annotation syntax. It's time to update the test matrix. We'll drop 3.8 and 3.9, adding 3.12 and 3.14 instead.
1 parent c034ff9 commit 30652d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.10", "3.11", "3.12", "3.14"]
1717
architecture: ["x64"]
1818

1919
steps:

0 commit comments

Comments
 (0)