Skip to content

Commit

Permalink
update python and ubuntu versions
Browse files Browse the repository at this point in the history
python to 3.11
ubuntu to 22.04
  • Loading branch information
blankdots committed Apr 10, 2024
1 parent 07de3a1 commit ae371d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: ["3.11"]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

mkdocs:
configuration: mkdocs.yml
Expand Down

0 comments on commit ae371d7

Please sign in to comment.