Skip to content

Commit

Permalink
Issue #68 update python version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Oct 5, 2023
1 parent 9410fca commit 0d1a0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
# TODO: python version for deploy?
python-version: 3.6
python-version: 3.9

- name: Install dependencies
run: python -m pip install wheel twine setuptools
Expand Down

0 comments on commit 0d1a0a4

Please sign in to comment.