Skip to content

Commit

Permalink
revert not-needed parts, added trove classifier for 3.12 that was mis…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
AndrewAnnex authored Oct 28, 2024
1 parent 76420fa commit 4815635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout main
uses: actions/checkout@v3

- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.8

- name: Install dependencies
run: |
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ classifiers = [
"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"]
dependencies = [
"click>=7.0",
"rasterio>=1.4.1",
"morecantile>=6.0,<7.0",
"rasterio>=1.3.3",
"morecantile>=5.0,<7.0",
"pydantic~=2.0",
]

Expand Down

0 comments on commit 4815635

Please sign in to comment.