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 16, 2023
1 parent 48e8122 commit 01f0e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ 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"
python-version: "3.11"

# Package with Python 3.10
# Package with Python 3.11
#
# https://github.com/pyinvoke/invoke/issues/833#issuecomment-1293148106
# https://github.com/pyinvoke/invoke/pull/458
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 01f0e3a

Please sign in to comment.