Skip to content

Commit

Permalink
ci: Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 15, 2024
1 parent 05548d2 commit 699dd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoPushToPypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Pull latest code
uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Unit testings
Expand Down

0 comments on commit 699dd85

Please sign in to comment.