We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d4f5a commit 2d0fca1Copy full SHA for 2d0fca1
.github/workflows/tests.yaml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: true
25
matrix:
26
os: [ubuntu-latest, macos-latest, windows-latest]
27
- python-version: [3.8, 3.9] # '3.10'
+ python-version: ['3.8', '3.9', '3.10']
28
29
steps:
30
- uses: actions/checkout@v2
setup.cfg
@@ -17,6 +17,7 @@ classifiers =
17
Programming Language :: Python
18
Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
20
+ Programming Language :: Python :: 3.10
21
Programming Language :: Python :: 3
22
Topic :: Software Development :: Libraries :: Python Modules
23
Topic :: Scientific/Engineering :: GIS
0 commit comments