Skip to content

Commit

Permalink
Drop Python 3.8 for conda (means dropping for tests) but keep for PyPI.
Browse files Browse the repository at this point in the history
See #303 for discussion. Essentially conda-forge dropped 3.8 and
the gplately tests first install deps using conda which means the latest
pyGPlates (1.0.0rc1) cannot be installed. So we'll drop 3.8 for conda.
But pyGPlates 1.0.0rc1 still supports 3.8 on PyPI, so GPlately can too.
  • Loading branch information
jcannon-gplates committed Dec 16, 2024
1 parent b67c556 commit c238529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# Conda-forge currently supports Python >=3.9 ...
python-version: ["3.9", "3.10", "3.11", "3.12"]

defaults:
run:
Expand Down

0 comments on commit c238529

Please sign in to comment.