Skip to content

Commit

Permalink
chore(deps): update dependencies and default python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Jul 25, 2023
1 parent 389b16d commit 196110f
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Upgrade pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.11"
sphinx:
configuration: docs/conf.py
formats: all
Expand Down
Loading

0 comments on commit 196110f

Please sign in to comment.