Skip to content

Commit

Permalink
build wheels for windows-latest and up to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Oct 10, 2023
1 parent cd996e4 commit 2909c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: [37, 38, 39, 310, 311]
python: [37, 38, 39, 310, 311, 312]
arch: [aarch64]
steps:

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, macos-latest, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
arch: [auto64]

include:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ packages = find:
where=src

[metadata]
description_file = README
description_file = README.md
long_description_content_type = text/x-rst

0 comments on commit 2909c4a

Please sign in to comment.