Skip to content

Commit

Permalink
Update workflows to include Python 3.12 and use Python 3.10 as minimu…
Browse files Browse the repository at this point in the history
…m version
  • Loading branch information
tomicapretto committed Sep 22, 2024
1 parent 9269e3c commit 03059c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"

- name: Install Dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"

- name: Install dependencies
run: python3 -m pip install --upgrade build
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"

- name: Install twine
run: python3 -m pip install --upgrade twine
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"

- name: Install twine
run: python3 -m pip install --upgrade twine
Expand Down

0 comments on commit 03059c5

Please sign in to comment.