Skip to content

Commit

Permalink
Add cp37 target for releases as well and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Aug 4, 2024
1 parent a41ecc1 commit 6505c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_ARCHS_LINUX: auto
CIBW_ARCHS_MACOS: arm64
CIBW_ARCHS_WINDOWS: auto
Expand Down
2 changes: 1 addition & 1 deletion turbopipe/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
__version__ = "1.0.0"
__version__ = "1.0.2"
print(__version__)

0 comments on commit 6505c6d

Please sign in to comment.