-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move package requirements to python >= 3.9 and specifically exclude p…
…p38 from wheel buildling
- Loading branch information
1 parent
778ae02
commit df17bd6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
# Skip older python's to prevent things like: https://github.com/pypa/cibuildwheel/issues/1828 | ||
CIBW_SKIP: cp36-* cp37-* cp38-* | ||
CIBW_SKIP: cp36-* cp37-* cp38-* pp38-* | ||
|
||
# Specify native archs ('auto') and additional architectures using emulation | ||
CIBW_ARCHS_LINUX: auto aarch64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ authors = [ | |
{ name = "EarthScope Data Services", email = "[email protected]" }, | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
keywords = ["seismology", "miniseed", "mseed", "data", "waveform", "seismic"] | ||
license = { text = "Apache-2.0" } | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters