Skip to content

Commit 2d0fca1

Browse files
authored
DEP: Add Python 3.10 support (#6)
1 parent 08d4f5a commit 2d0fca1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
27-
python-version: [3.8, 3.9] # '3.10'
27+
python-version: ['3.8', '3.9', '3.10']
2828

2929
steps:
3030
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
20+
Programming Language :: Python :: 3.10
2021
Programming Language :: Python :: 3
2122
Topic :: Software Development :: Libraries :: Python Modules
2223
Topic :: Scientific/Engineering :: GIS

0 commit comments

Comments
 (0)