Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Oct 16, 2024
1 parent f86b12f commit 585e56e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
architecture:
- x86
- x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Build
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21
env:
CIBW_SKIP: pp* *musllinux*
CIBW_ARCHS_MACOS: x86_64 universal2
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 1.11
------------

* Drop Python 3.8 support.
* Support Python 3.13.


Version 1.10
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Archiving :: Compression",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.3
envlist = py39, py310, py311, py312
envlist = py39, py310, py311, py312, py313
isolated_build = True

[testenv]
Expand Down

0 comments on commit 585e56e

Please sign in to comment.