Skip to content

Commit

Permalink
Merge pull request #45 from Stoops-ML/v0.3.4
Browse files Browse the repository at this point in the history
V0.3.4: Build cp313
  • Loading branch information
Stoops-ML authored Oct 22, 2024
2 parents 3fad6f5 + a5b990e commit 9a41119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build wheels 🎡
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*'
CIBW_SKIP: "pp* *-win32 *_i686"
uses: pypa/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ignore_missing_imports = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = quality, py{38,39,310,311,312}
envlist = quality, py{38,39,310,311,312,313}
[gh-actions]
python =
Expand Down
2 changes: 1 addition & 1 deletion src/transforms84/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
commit_hash = os.getenv("COMMIT_HASH", "")
if commit_hash: # pragma: no cover
commit_hash = f"+{commit_hash}"
__version__ = f"0.3.3{commit_hash}"
__version__ = f"0.3.4{commit_hash}"

0 comments on commit 9a41119

Please sign in to comment.