-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SSSOM schema version to 1.0 and dropping python 3.8 support (#556
- Loading branch information
Showing
5 changed files
with
1,085 additions
and
982 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
python-version: [ "3.8", "3.9", "3.10" ] | ||
python-version: [ "3.9", "3.10", "3.11", "3.12" ] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -56,6 +56,8 @@ jobs: | |
# Note: The lock file will always have pandas > 2.0.0 | ||
#----------------------------------------------------- | ||
- name: Test with pandas<2.0.0 | ||
if: matrix.python-version != '3.12' | ||
run: | | ||
poetry add "pandas<2.0.0" | ||
poetry add "numpy<1.24" | ||
poetry run tox -e py |
Oops, something went wrong.