Skip to content

Commit

Permalink
Update SSSOM schema version to 1.0 and dropping python 3.8 support (#556
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matentzn authored Oct 25, 2024
1 parent a0d215b commit f15975a
Show file tree
Hide file tree
Showing 5 changed files with 1,085 additions and 982 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Loading

0 comments on commit f15975a

Please sign in to comment.