Skip to content

Commit

Permalink
Build package by Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Nov 8, 2024
1 parent c1591ab commit 2859d38
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -120,13 +120,13 @@ jobs:
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
# https://github.com/actions/setup-python/issues/659

- name: Setup Python 3.12
- name: Setup Python 3.13
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: poetry
# Package with Python 3.12
# Package with Python 3.13
#
# https://github.com/pyinvoke/invoke/issues/833#issuecomment-1397480677
# https://github.com/pyinvoke/invoke/issues/833#issuecomment-1369097355
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Instruction of installing by `pipx`
- Python 3.13 support

### Changed

- Build package by Python 3.13

### Fixed

- Deprecated classmethod `datetime.utcnow`
Expand Down

0 comments on commit 2859d38

Please sign in to comment.