Skip to content

Commit 316538b

Browse files
add python 3.12 (#794)
1 parent 02617ac commit 316538b

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ on:
1717
- 'dockerfiles/**'
1818
pull_request:
1919
env:
20-
LATEST_PY_VERSION: '3.10'
20+
LATEST_PY_VERSION: '3.12'
2121

2222
jobs:
2323
tests:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ['3.8', '3.9', '3.10', '3.11']
27+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2828

2929
steps:
3030
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2830
"Topic :: Scientific/Engineering :: GIS",
2931
]
3032
version="0.17.0"

src/titiler/application/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2830
"Topic :: Scientific/Engineering :: GIS",
2931
]
3032
dynamic = ["version"]

src/titiler/core/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2830
"Topic :: Scientific/Engineering :: GIS",
2931
]
3032
dynamic = ["version"]

src/titiler/extensions/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2830
"Topic :: Scientific/Engineering :: GIS",
2931
]
3032
dynamic = ["version"]

src/titiler/mosaic/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2830
"Topic :: Scientific/Engineering :: GIS",
2931
]
3032
dynamic = ["version"]

0 commit comments

Comments
 (0)