Skip to content

Commit

Permalink
target python 3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paucablop committed Sep 7, 2022
1 parent 598bfc4 commit a76d2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10.5
- name: Install dependencies
run: |
pip install flake8 pytest build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.5

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit a76d2c4

Please sign in to comment.