diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9ca69cef..3008759b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/setup.cfg b/setup.cfg index e9316ba1..2335bb8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ download_url = https://pypi.org/project/xdem/ packages = find: zip_safe = False # https://mypy.readthedocs.io/en/stable/installed_packages.html include_package_data = True -python_requires = >=3.9,<3.12 +python_requires = >=3.9 # Avoid pinning dependencies in requirements.txt (which we don't do anyways, and we rely mostly on Conda) # (https://caremad.io/posts/2013/07/setup-vs-requirement/, https://github.com/pypa/setuptools/issues/1951) install_requires = file: requirements.txt