Skip to content

Commit f14e1d4

Browse files
committed
Test against Python 3.10 in CI
Workflow will still succeed if Python 3.10 jobs fail.
1 parent f9573f8 commit f14e1d4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
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
@@ -23,6 +24,7 @@ jobs:
2324
- "3.7"
2425
- "3.8"
2526
- "3.9"
27+
- "3.10.0-beta.3"
2628
os:
2729
- ubuntu-latest
2830
- windows-latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1316
PySTAC has a single required dependency (`python-dateutil`).
1417
PySTAC can be installed from pip or the source repository.
1518

0 commit comments

Comments
 (0)