Skip to content

Commit

Permalink
Switch to Python 3.10 environment in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Nov 14, 2022
1 parent d45a519 commit 0060935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:

# Check Configuration as Code files for integrations
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.18.4
rev: 0.19.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ submodules:
include: all
recursive: true

build:
os: ubuntu-22.04
tools:
python: "3.10"

python:
version: "3.8"
install:
- requirements: requirements-dev.txt
- method: pip
Expand Down

0 comments on commit 0060935

Please sign in to comment.