Skip to content

Commit

Permalink
Update Python versions in CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Dec 6, 2023
1 parent 2df8d6d commit 7657abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
CIBW_TEST_SKIP: "*_arm64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_SKIP: "cp36-*"

strategy:
matrix:
Expand Down
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.
The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12.

## Installation

Expand Down

0 comments on commit 7657abc

Please sign in to comment.