Skip to content

Commit

Permalink
Update cibuildwheel for python 3.13 (final release) (#778)
Browse files Browse the repository at this point in the history
* Update cibuildwheel to support python 3.13 and use the final release

* Add 3.13 to readme
  • Loading branch information
thomasjpfan authored Nov 9, 2024
1 parent 441330e commit 155567c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git fetch --prune --unshallow
- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].3

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
To test: repository_url: https://test.pypi.org/legacy/
# To test: repository_url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ word_cloud
A little word cloud generator in Python. Read more about it on the [blog
post][blog-post] or the [website][website].

The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12.
The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13.

## Installation

Expand Down

0 comments on commit 155567c

Please sign in to comment.