File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1414 test :
1515 name : test
1616 runs-on : ${{ matrix.os }}
17+ continue-on-error : ${{ startsWith(matrix.python-version, '3.10')}}
1718 strategy :
1819 # Allow other matrix jobs to complete if 1 fails
1920 fail-fast : false
2324 - " 3.7"
2425 - " 3.8"
2526 - " 3.9"
27+ - " 3.10.0-beta.3"
2628 os :
2729 - ubuntu-latest
2830 - windows-latest
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ PySTAC is a library for working with [SpatialTemporal Asset Catalog](https://sta
1010
1111## Installation
1212
13+ PySTAC requires Python>=3.6. Support for Python>=3.10 should be considered experimental
14+ until further notice.
15+
1316PySTAC has a single required dependency (` python-dateutil ` ).
1417PySTAC can be installed from pip or the source repository.
1518
You can’t perform that action at this time.
0 commit comments