diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9aa24c7..77bac7d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest env: - PYTHON: 3.9 + PYTHON: 3.11 steps: - uses: actions/checkout@v3 with: diff --git a/setup.cfg b/setup.cfg index bc535cc..0204dfd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ url = https://github.com/metno/pyaro-readers [options] python_version = >=3.10 install_requires = - pyaro >= 0.0.11 + pyaro >= 0.0.10 geocoder_reverse_natural_earth >= 0.0.2 netCDF4 requests