Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies authored Oct 17, 2024
1 parent fecf2f0 commit 490ebf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- [ ubuntu-latest, manylinux_x86_64 ]
- [ windows-latest, win_amd64 ]

python-version: [ "cp38-", "cp39-", "cp310-", "cp311-", "cp312-" ]
python-version: [ "cp38-", "cp39-", "cp310-", "cp311-", "cp312-", "cp313-" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
platforms: all

- name: Build wheel
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS: all
CIBW_BUILD: ${{ matrix.python-version }}${{ matrix.target[1] }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ classifiers = ["Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"] # versions shown by pyversions badge in README
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"] # versions shown by pyversions badge in README

[project.urls]
Repository = "https://github.com/xioTechnologies/Fusion"
Expand Down

0 comments on commit 490ebf1

Please sign in to comment.