diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1eba2df..0c308af 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/ci/doc.yml b/ci/doc.yml index 7049f00..2464fb5 100644 --- a/ci/doc.yml +++ b/ci/doc.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - pip - - python=3.8 + - python=3.9 - xmltodict - xsdata - xarray