Skip to content

Commit

Permalink
upgrade windows and macos test environments to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Oct 24, 2023
1 parent 5ce9fc5 commit a810864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: linux-3.12
python-version: "3.12"
os: ubuntu-latest
- name: windows-3.11
python-version: "3.11"
- name: windows-3.12
python-version: "3.12"
os: windows-latest
- name: macos-12-skip-exe
python-version: "3.11"
python-version: "3.12"
os: macos-12
- name: macos-11-skip-exe
python-version: "3.11"
python-version: "3.12"
os: macos-11
- name: linux-3.12-lint-update-help-skip-exe
python-version: "3.12"
Expand Down

0 comments on commit a810864

Please sign in to comment.