diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 81be4e8..06bbf33 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: checkout repo + LFS files diff --git a/setup.py b/setup.py index bd0ab19..b02417c 100644 --- a/setup.py +++ b/setup.py @@ -36,9 +36,11 @@ url='https://github.com/ec-jrc/nrt.git', license='EUPL-v1.2', classifiers=[ + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], packages=find_packages(), package_data={'nrt': ['data/*.nc', 'data/*.tif', 'data/*.json']},