Skip to content

Commit

Permalink
Removed 3.8 from CI test suite and add 3.11 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
huard authored May 25, 2023
1 parent 6c05c31 commit d5b397f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- pip
- python=3.8
- python=3.9
- xmltodict
- xsdata
- xarray
Expand Down

0 comments on commit d5b397f

Please sign in to comment.