Skip to content

Commit

Permalink
Only test on Python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 4, 2024
1 parent 0f16fbc commit 60bacf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.10"

- uses: actions/cache@v2
with:
Expand All @@ -33,9 +33,8 @@ jobs:
- name: Install dependencies & configure cesium
run: |
pip install --upgrade pip
pip install wheel numpy requests six python-dateutil pytest pytest-cov mock coverage
pip install wheel numpy cython requests six python-dateutil pytest pytest-cov mock coverage
make install
pip install cython==0.29.23
python setup.py build_ext -i
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
cibw_manylinux: [manylinux2014]
cibw_arch: ["x86_64"]
steps:
Expand Down

0 comments on commit 60bacf4

Please sign in to comment.