Skip to content

Commit

Permalink
CI/RTD: use unspecific Python version "3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 21, 2023
1 parent dc7ef2a commit b756f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3"
- name: Double-check Python version
run: |
python --version
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3"
submodules:
include: all
python:
Expand Down

0 comments on commit b756f85

Please sign in to comment.