Skip to content

Commit

Permalink
Start new development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 17, 2024
1 parent 42fca8c commit 91b47a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
<!-- changelog follows -->


## [Unreleased](https://github.com/hynek/structlog/compare/24.4.0...HEAD)


## [24.4.0](https://github.com/hynek/structlog/compare/24.3.0...24.4.0) - 2024-07-17

### Changed
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Logging",
"Typing :: Typed",
]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ min_version = 4
env_list =
pre-commit,
mypy-pkg,
py3{8,9,10,11,12}-{tests,mypy}
py3{8,11}-tests-{colorama,be,rich},
py3{8,9,10,11,12,13}-{tests,mypy}
py3{8,12}-tests-{colorama,be,rich},
docs{,-sponsors},
coverage-report

Expand Down

0 comments on commit 91b47a2

Please sign in to comment.