Skip to content

Commit

Permalink
Bump Python minver to >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 6, 2022
1 parent 24622a0 commit 63d20d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
fail-fast: true
display: true
coverage: codecov
libraries: |
Expand All @@ -27,31 +26,17 @@ jobs:
- linux: codestyle
# Standard tests
- linux: py36-test
- linux: py37-test
- linux: py38-test
- linux: py39-test
- linux: py310-test
- macos: py36-test
- macos: py37-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- windows: py37-test
- windows: py38-test
- windows: py39-test
allowed_failures:
# Tests allowed to fail (not to trigger cancellation of all in-progress jobs).
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
fail-fast: false
display: true
envs: |
# UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 14099-14100: invalid continuation byte
- windows: py36-test
# FileNotFoundError: Could not find module 'geos_c.dll' (or one of its dependencies). Try using the full path with constructor syntax.
- windows: py310-test
# OSError: Could not find library geos_c or load any of its variants
- macos: py310-test
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long_description = file: README.rst

[options]
zip_safe = False
python_requires = >=3.6
python_requires = >=3.7
packages = find:
setup_requires = setuptools_scm
install_requires =
Expand Down

0 comments on commit 63d20d9

Please sign in to comment.