Skip to content

Commit

Permalink
Set python version to 3.10 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Mar 11, 2024
1 parent b3999c4 commit 4a461aa
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, "3.10" ]
python-version: [ "3.10" ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 4a461aa

Please sign in to comment.