Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Apr 23, 2024
2 parents 1b01a88 + f63dbee commit aee15e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
needs: [tests]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/v')

defaults:
run:
working-directory: infrastructure/aws
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
TITILER_XARRAY_DEBUG: True
STACK_ALARM_EMAIL: ${{ secrets.ALARM_EMAIL }}
STACK_STAGE: development

# Build and deploy to production deployment whenever there a new tag is pushed
- name: Build & Deploy Production
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/aws/requirements-cdk.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aws-cdk-lib==2.138.0
aws_cdk-aws_apigatewayv2_alpha==2.114.1a0
aws_cdk-aws_apigatewayv2_integrations_alpha==2.114.1a0
aws_cdk-aws_apigatewayv2_alpha==2.114.1a0
aws_cdk-aws_apigatewayv2_integrations_alpha==2.114.1a0
constructs>=10.0.0

pydantic~=1.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "titiler.xarray"
description = "TiTiler extension for xarray."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{name = "Vincent Sarago", email = "[email protected]"},
]
Expand All @@ -17,10 +17,10 @@ classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: GIS",
]
dynamic = ["version"]
Expand Down

0 comments on commit aee15e5

Please sign in to comment.