Skip to content

Commit

Permalink
Drop unsupported Python versions from CI; add new stable versions.
Browse files Browse the repository at this point in the history
This drops Python 3.5, 3.6, and 3.7 from the CI workflows, since they
are all EOL. It adds 3.9, 3.10, and 3.11 as new versions we test
against.

Signed-off-by: Richard Xia <[email protected]>
  • Loading branch information
richardxia committed Jul 20, 2023
1 parent f8ff165 commit a89a9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a89a9af

Please sign in to comment.