Skip to content

Commit

Permalink
Add CIBW_PRERELEASE_PYTHONS to build CI against 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Aug 3, 2023
1 parent e367b58 commit 1600895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pypa/[email protected]
env:
CIBW_PRERELEASE_PYTHONS: "True"
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog

- Reformat the Python codebase using black_ and isort_.
- Add `pre-commit`_ configuration.
- Build wheels for Python 3.12.

.. _black: https://black.readthedocs.io/en/stable/
.. _isort: https://pycqa.github.io/isort/
Expand Down

0 comments on commit 1600895

Please sign in to comment.