Skip to content

Commit

Permalink
Add python3.13 to classifiers list (#99)
Browse files Browse the repository at this point in the history
* Add python3.13 to classifiers list

* Update CHANGELOG.md
  • Loading branch information
10sr authored Nov 5, 2024
1 parent 2c6d45a commit 276025f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security


## [0.3.6] - 2024-11-04

## [0.3.7] - 2024-11-05

### Added

- Add Python 3.13 support
- Add Python 3.13 to classifiers list


## [0.3.6] - 2024-11-04

### Removed

Expand Down Expand Up @@ -160,7 +162,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First release


[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.6...HEAD
[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.7...HEAD
[0.3.7]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.3...v0.3.4
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 276025f

Please sign in to comment.