Skip to content

Commit

Permalink
chore: Update Python to 3.10 in the Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgcz committed Nov 2, 2023
1 parent 02484da commit db31ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
architecture: x64
cache: 'pip'
cache-dependency-path: 'setup.cfg'
Expand Down

0 comments on commit db31ff0

Please sign in to comment.