Skip to content

Commit 25f416e

Browse files
committed
Build Python 3.11 wheel
1 parent 3fac497 commit 25f416e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-and-prelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash # no idea why this isn't default... should be
5757
run: |
5858
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
59-
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
59+
for PYBIN in /opt/python/cp{37,38,39,310,311}*/bin; do
6060
# required for git commands below:
6161
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
6262
git status

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash # no idea why this isn't default... should be
6060
run: |
6161
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
62-
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
62+
for PYBIN in /opt/python/cp{37,38,39,310,311}*/bin; do
6363
# required for git commands below:
6464
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
6565
git status

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"Environment :: Console",
2525
"Operating System :: POSIX :: Linux",
2626
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
2729
],
2830
packages=["skim_unicode_table"],
2931
rust_extensions=[

0 commit comments

Comments
 (0)