Skip to content

Commit 51f6d3e

Browse files
Drop Python 3.8 and 3.9 tests
Python 3.9 does not support modern type hints. It's no longer supported by coriolis-core, as such we'll drop it from the python-coriolisclient pipeline.
1 parent 6138a56 commit 51f6d3e

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)