Skip to content

Commit

Permalink
Enable CI for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 1, 2024
1 parent 3c80935 commit c6838b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# macos-13 is Intel, macos-latest is Apple Silicon
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
# Keep in sync with ``project.classifiers`` in ``pyproject.toml``.
python: ['3.10', '3.11', '3.12']
python: ['3.10', '3.11', '3.12', '3.13']
numpy: ['numpy']
include:
- os: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Database",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down Expand Up @@ -143,7 +144,7 @@ tables = [ "*.dll", "*.so*", "*.dylib" ]
"tables.nodes.tests" = [ "*.dat", "*.xbm", "*.h5" ]

[tool.cibuildwheel]
skip = "*-musllinux_* cp313*"
skip = "*-musllinux_*"
build = "cp*"
build-verbosity = 1
test-command = [
Expand Down

0 comments on commit c6838b7

Please sign in to comment.