Skip to content

Commit

Permalink
Package with Python 3.10
Browse files Browse the repository at this point in the history
Invoke doesn't work with Python 3.11 so far.

pyinvoke/invoke#833 (comment)

pyinvoke/invoke#458

pyinvoke/invoke#606
  • Loading branch information
dochang committed Nov 12, 2022
1 parent 902ec50 commit 47b85e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Python 3.x
- name: Setup Python 3.10
id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"

# Package with Python 3.10
#
# /~https://github.com/pyinvoke/invoke/issues/833#issuecomment-1293148106
# /~https://github.com/pyinvoke/invoke/pull/458
# /~https://github.com/pyinvoke/invoke/pull/606
- name: Cache pip
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 47b85e8

Please sign in to comment.