Skip to content

Commit cfff3c5

Browse files
author
Jon Duckworth
authored
Merge pull request #420 from duckontheweb/change/test-3.9
Test against Python 3.9
2 parents 46fbaa7 + b56fc3c commit cfff3c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.6"
1919
- "3.7"
2020
- "3.8"
21+
- "3.9"
2122
os:
2223
- ubuntu-latest
2324
- windows-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Code of Conduct ([#399](https://github.com/stac-utils/pystac/pull/399))
1111
- `ItemCollection` class for working with GeoJSON FeatureCollections containing only
1212
STAC Items ([#430](https://github.com/stac-utils/pystac/pull/430))
13+
- Support for Python 3.9 ([#420](https://github.com/stac-utils/pystac/pull/420))
1314

1415
### Changed
1516

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"Programming Language :: Python :: 3.6",
4242
"Programming Language :: Python :: 3.7",
4343
"Programming Language :: Python :: 3.8",
44+
"Programming Language :: Python :: 3.9",
4445
],
4546
project_urls={
4647
"Tracker": "https://github.com/stac-utils/pystac/issues",

0 commit comments

Comments
 (0)