Skip to content

Commit

Permalink
Merge pull request #27 from AdamRJensen/patch-3
Browse files Browse the repository at this point in the history
Add python 3.12 to test matrix
  • Loading branch information
loicdtx committed Jul 24, 2024
2 parents 0adfc87 + 48a3f48 commit 05e6910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 05e6910

Please sign in to comment.