Skip to content

Commit

Permalink
test py3.12 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Nov 1, 2024
1 parent 64b925c commit e79559a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,36 +234,20 @@ jobs:
python-version: 3.11.10
- os: macos-13
python-version: 3.12.0
- os: windows-latest
python-version: 3.12.0
- os: macos-13
python-version: 3.12.1
- os: windows-latest
python-version: 3.12.1
- os: macos-13
python-version: 3.12.2
- os: windows-latest
python-version: 3.12.2
- os: macos-13
python-version: 3.12.3
- os: windows-latest
python-version: 3.12.3
- os: macos-13
python-version: 3.12.4
- os: windows-latest
python-version: 3.12.4
- os: macos-13
python-version: 3.12.5
- os: windows-latest
python-version: 3.12.5
- os: macos-13
python-version: 3.12.6
- os: windows-latest
python-version: 3.12.6
- os: macos-13
python-version: 3.12.7
- os: windows-latest
python-version: 3.12.7

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ci/update_python_test_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def update_python_test_versions():
exclusions.append(" - os: macos-13\n")
exclusions.append(f" python-version: {v}\n")

if ("win32", "x64") not in platforms[v] or v.startswith("3.12"):
if ("win32", "x64") not in platforms[v]:
exclusions.append(" - os: windows-latest\n")
exclusions.append(f" python-version: {v}\n")

Expand Down

0 comments on commit e79559a

Please sign in to comment.