Skip to content

Commit

Permalink
DEP: Disable pypy tests & make python pin 3.8+ (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 8, 2021
1 parent ee1e8ad commit b4ab1d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
python-version: 3.8
python-implementation: python
proj-version: 8.1
- os: ubuntu-latest
python-version: '*'
python-implementation: pypy
proj-version: '*'
# disabled until pypy has 3.8+ version
# - os: ubuntu-latest
# python-version: '*'
# python-implementation: pypy
# proj-version: '*'
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project_urls =
[options]
zip_safe = False # https://mypy.readthedocs.io/en/stable/installed_packages.html
packages = pyproj,pyproj.crs
python_requires = >=3.7
python_requires = >=3.8
install_requires =
certifi

Expand Down

0 comments on commit b4ab1d8

Please sign in to comment.