Skip to content

Commit

Permalink
dropping support for python 3.9, and checking the dependancies for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniekmateusz committed Jun 16, 2024
1 parent 5b458f7 commit 19b7dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: ["3.9", "3.10"]
python-version: [3.10", "3.11"]
max-parallel: 5

steps:
Expand Down

0 comments on commit 19b7dce

Please sign in to comment.