Skip to content

Commit

Permalink
Add 3.12 to setuptools metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx authored Jul 24, 2024
1 parent 1d27ab1 commit 48a3f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down

0 comments on commit 48a3f48

Please sign in to comment.