Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlouf committed Jun 27, 2024
1 parent b89cd73 commit 4f5dec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:

strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]

python-version: [3.9, 3.12, 3.13]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="radar weather meteorology dealiasing Doppler", # Optional
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
install_requires=["numpy", "numba", "arm_pyart"], # Optional
install_requires=["numpy", "numba", "arm_pyart", "pyodim"], # Optional
project_urls={ # Optional
"Bug Reports": "https://github.com/vlouf/dealias/issues",
"Source": "https://github.com/vlouf/dealias/",
Expand Down

0 comments on commit 4f5dec1

Please sign in to comment.