Skip to content

Commit

Permalink
Build package by Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Aug 18, 2023
1 parent 48e8122 commit 68c3024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ jobs:
steps:
- uses: actions/checkout@v3

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

# Package with Python 3.10
python-version: "3.11"
# Package with Python 3.11
#
# /~https://github.com/pyinvoke/invoke/issues/833#issuecomment-1293148106
# /~https://github.com/pyinvoke/invoke/pull/458
# /~https://github.com/pyinvoke/invoke/pull/606
# /~https://github.com/pyinvoke/invoke/issues/833#issuecomment-1397480677
# /~https://github.com/pyinvoke/invoke/issues/833#issuecomment-1369097355
# /~https://github.com/pyinvoke/invoke/commit/406a45e854f6e8df4aa0de01e3b731fea2b1f1ec

- name: Cache pip
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Changed

- Require Python 3.8.1+
- Build package by Python 3.11

### Fixed

Expand Down

0 comments on commit 68c3024

Please sign in to comment.