Skip to content

Commit f15975a

Browse files
authored
Update SSSOM schema version to 1.0 and dropping python 3.8 support (#556)
1 parent a0d215b commit f15975a

5 files changed

Lines changed: 1085 additions & 982 deletions

File tree

.github/workflows/qc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: [ "3.8", "3.9", "3.10" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1616

1717
steps:
1818
- uses: actions/checkout@v3.0.2
@@ -56,6 +56,8 @@ jobs:
5656
# Note: The lock file will always have pandas > 2.0.0
5757
#-----------------------------------------------------
5858
- name: Test with pandas<2.0.0
59+
if: matrix.python-version != '3.12'
5960
run: |
6061
poetry add "pandas<2.0.0"
62+
poetry add "numpy<1.24"
6163
poetry run tox -e py

0 commit comments

Comments
 (0)