Skip to content

Commit 9a9cbcf

Browse files
authored
Merge branch 'develop' into update_py37
2 parents c89e1aa + 8eaf77b commit 9a9cbcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
python -m twine check dist/*
4848
- name: Publish package to PyPI
49-
uses: pypa/gh-action-pypi-publish@v1.8.14
49+
uses: pypa/gh-action-pypi-publish@v1.9.0
5050
with:
5151
user: __token__
5252
password: ${{ secrets.PYPI_WRF_PYTHON }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"plotting", "plots", "meteorology", "nwp",
9797
"numerical weather prediction", "diagnostic",
9898
"science", "numpy"],
99-
python_requires='>=3.9',
99+
python_requires='>=3.9, <3.12',
100100
install_requires=requirements,
101101
classifiers=["Development Status :: 5 - Production/Stable",
102102
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)