Skip to content

Commit

Permalink
Add 3.11 to test matrix (#500)
Browse files Browse the repository at this point in the history
* Add 3.11 to test matrix

* gitlab -> github

* add if

* dont install server extra

* roll our own pre-commit action

* pin dev version of pypgstac[psycopg]

* remove pypgstac from dev, add psycopg extra to install

* pin pypgstac

* revert change sto pgstac deps

* bump uvicorn to 0.19.0

* whoops

* fix: define __str__ for Queryables

Needed for 3.11 support.

Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
3 people committed Jan 18, 2023
1 parent b4c1e05 commit 7213c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
timeout-minutes: 10

services:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"httpx",
],
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
"server": ["uvicorn[standard]==0.17.0.post1"],
"server": ["uvicorn[standard]==0.19.0"],
"awslambda": ["mangum"],
}

Expand Down

0 comments on commit 7213c7d

Please sign in to comment.