Skip to content

Commit

Permalink
Merge pull request #498 from ACCESS-NRI/497-remove-python-3-9-from-CI…
Browse files Browse the repository at this point in the history
…-tests

Drop Python 3.9 from CI testing
  • Loading branch information
jo-basevi authored Aug 30, 2024
2 parents 78f67ff + a06896a commit 2826621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Run the job for different versions of python
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- setuptools >=61.0.0
- versioneer
run:
- python >=3.9
- python >=3.10
{% for dep in project.get('dependencies', []) %}
- {{ dep }}
{% endfor %}
Expand Down

0 comments on commit 2826621

Please sign in to comment.