diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8e3b19..ddab334 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ on: env: PROJECT_FOLDER: "geotribu_cli" - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.12" jobs: lint-ubuntu: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 293d1b2..bca43e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-22.04, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-22.04, windows-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: diff --git a/setup.py b/setup.py index f73933b..1dd193d 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list: "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: GIS", ],