Skip to content

Commit c831868

Browse files
committed
Bump version 0.13.0
1 parent 7d1f6af commit c831868

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.19.2
32+
uses: pypa/cibuildwheel@v3.3.0
3333

3434
- uses: actions/upload-artifact@v4
3535
with:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"Cython>=0.29.13",
5+
"Cython>=0.29.13<3.0",
66
"oldest-supported-numpy",
77
]
88
build-backend = "setuptools.build_meta"
@@ -23,8 +23,6 @@ ignore_missing_imports = true
2323

2424
[tool.cibuildwheel]
2525
build = "cp*-win_amd64 cp*-manylinux_x86_64 cp*-macosx_x86_64 cp*-macosx_arm64"
26-
skip = "cp36*"
27-
test-skip = "cp38-macosx_*:arm64"
2826

2927
[tool.cibuildwheel.windows]
3028
test-command = "gambaterm --help"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
setup(
5353
name="gambaterm",
54-
version="0.12.7",
54+
version="0.13.0",
5555
packages=["gambaterm"],
5656
ext_modules=[gambatte_extension, termblit_extension],
5757
install_requires=[
@@ -82,11 +82,13 @@
8282
classifiers=[
8383
"Programming Language :: Python",
8484
"Programming Language :: Python :: 3",
85-
"Programming Language :: Python :: 3.7",
8685
"Programming Language :: Python :: 3.8",
8786
"Programming Language :: Python :: 3.9",
8887
"Programming Language :: Python :: 3.10",
8988
"Programming Language :: Python :: 3.11",
89+
"Programming Language :: Python :: 3.12",
90+
"Programming Language :: Python :: 3.13",
91+
"Programming Language :: Python :: 3.14",
9092
],
9193
author="Vincent Michel",
9294
author_email="vxgmichel@gmail.com",

0 commit comments

Comments
 (0)