Skip to content

Commit

Permalink
ci: Use Python 3.11 as the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Dec 10, 2022
1 parent bf55f53 commit ab0dbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
fail-fast: False
matrix:
os: [windows, ubuntu, macos]
python-version: ["3.10"]
python-version: ["3.11"]
include:
- os: ubuntu
python-version: "3.11"
python-version: "3.10"
- os: ubuntu
python-version: "3.9"
- os: ubuntu
Expand Down

0 comments on commit ab0dbf4

Please sign in to comment.