Skip to content

Commit bcffdde

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 include 3.12 in a separate PR, need to fix some tests first.
1 parent da4677c commit bcffdde

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"]
1717
architecture: ["x64"]
1818

1919
steps:

0 commit comments

Comments
 (0)