Skip to content

Commit

Permalink
build py3.9 [wheel]
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 9, 2024
1 parent 65312c8 commit 39611b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: >
Expand Down
2 changes: 1 addition & 1 deletion snapatac2-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9, <3.14"
dynamic = ["version"]

dependencies = [
Expand Down

0 comments on commit 39611b7

Please sign in to comment.