Skip to content

Commit

Permalink
Add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Nov 8, 2024
1 parent 81c8af5 commit c1591ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ workflows:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Instruction of installing by `pipx`
- Python 3.13 support

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Bumplus is a command line tool to bump your project version.
Prerequisites
***************

Python 3.9, 3.10, 3.11, 3.12
Python 3.9, 3.10, 3.11, 3.12, 3.13

**************
Installation
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py39, py310, py311, py312
envlist = py39, py310, py311, py312, py313
isolated_build = true
# Activate isolated build environment bacause pyproject.toml is used.
#
Expand Down

0 comments on commit c1591ab

Please sign in to comment.