Skip to content

Commit af4714f

Browse files
authored
Add support for Python 3.10 (#346)
Update PyPI metadata, add CI runs for 3.10, and use it for the dev environment
1 parent 3ae569f commit af4714f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v2
4949
with:
50-
python-version: "3.9"
50+
python-version: "3.10"
5151

5252
- name: Install requirements
5353
run: python -m pip install -r env/requirements-build.txt

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
- windows
4444
python:
4545
- "3.6"
46-
- "3.9"
46+
- "3.10"
4747
dependencies:
4848
- latest
4949
- optional
50-
5150
env:
5251
REQUIREMENTS: env/requirements-build.txt env/requirements-test.txt
5352
# Used to tag codecov submissions

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python==3.9
6+
- python==3.10
77
- pip
88
# Build
99
- setuptools_scm>=6.2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
Programming Language :: Python :: 3.7
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
30+
Programming Language :: Python :: 3.10
3031
url = https://github.com/fatiando/verde
3132
project_urls =
3233
Documentation = https://www.fatiando.org/verde

0 commit comments

Comments
 (0)