Skip to content

Commit

Permalink
chore: switch python 3.8 to 3.9 for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent ac535d9 commit 1a17424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
# run all of them to catch failures in different combinations.
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

env:
Expand Down

0 comments on commit 1a17424

Please sign in to comment.