Skip to content

Commit

Permalink
Merge pull request #31 from developmentseed/python3.11
Browse files Browse the repository at this point in the history
update python to 3.11
  • Loading branch information
vincentsarago authored Oct 11, 2023
2 parents 9ce0453 + 3861db5 commit 68f70c1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
- 'requirements.txt'
- 'scripts/create-lambda-layer.sh'
- 'scripts/deploy.py'
- '.github/workflows/ci.yml'

env:
PYTHON_VERSION: '3.10'
PYTHON_VERSION: '3.11'

jobs:
build:
Expand Down
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@

## Layers

| Layer Version | TiTiler Version | Python Version |
| --| --| --|
| 9 | 0.15.0 | 3.10 |
| Layer Version | TiTiler Version | Python Version |
| --| --| --|
| 10 | 0.15.0 | 3.11 |

**Older version**

| Layer Version | TiTiler Version | Python Version |
| --| --| --|
| 9 | 0.15.0 | 3.10 |
| 8 | 0.14.0 | 3.10 |
| 7 | 0.13.3 | 3.10 |
| 6 | 0.13.1 | 3.10 |
| 5 | 0.13.0 | 3.10 |
| 4 | 0.12.0 | 3.10 |
| 3 | 0.11.6 | 3.10 |
| 2 | 0.11.6 | 3.10 |
| 1 | 0.11.6 | 3.10 |



#### Arns format

Expand Down
2 changes: 1 addition & 1 deletion sam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Resources:
TiTiler:
Type: AWS::Serverless::Function
Properties:
Runtime: python3.10
Runtime: python3.11
Handler: index.handler
Description: 'Titiler: Dynamic tiler'
Layers:
Expand Down

0 comments on commit 68f70c1

Please sign in to comment.