File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
6- - python==3.9
6+ - python==3.10
77 - pip
88 # Build
99 - setuptools_scm>=6.2
Original file line number Diff line number Diff 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
3031url = https://github.com/fatiando/verde
3132project_urls =
3233 Documentation = https://www.fatiando.org/verde
You can’t perform that action at this time.
0 commit comments