Skip to content

Commit

Permalink
Cleans away min python version (#66)
Browse files Browse the repository at this point in the history
Inline with scientific python specs
  • Loading branch information
CyclingNinja authored Mar 11, 2024
1 parent 5a578b6 commit fd5fb4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- macos: py39-test
- linux: py310-test
- macos: py310-test
- linux: py311-test
- linux: py312-test
- linux: build_docs
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312}-test
py{310,311,312}-test
build-docs

[testenv]
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
min_version = 4.0
envlist =
py{38,39,310,311,312}-test
py{310,311,312}-test
py38-test-oldestdeps
build_docs

Expand Down

0 comments on commit fd5fb4b

Please sign in to comment.