Skip to content

Commit

Permalink
Bumped to Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Nov 4, 2024
1 parent ce89476 commit d6f8b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
submodules: true
# Install Python
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.12

# Build the docs
- name: Build the docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
submodules: true
# Install Python
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.12

# Build the docs
- name: Build the docs
Expand Down

0 comments on commit d6f8b88

Please sign in to comment.