Skip to content

Commit

Permalink
Merge pull request #103 from elliot-100/add-python-3.13-support
Browse files Browse the repository at this point in the history
CI: support Python 3.13
  • Loading branch information
elliot-100 authored Oct 10, 2024
2 parents 8c46bd5 + 836ae74 commit f7a3982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
Historic and pre-release versions aren't necessarily included.


## UNRELEASED - TBC

### Added

- CI: support Python 3.13


## [0.10.0] - 2024-07-15

### Changed
Expand Down

0 comments on commit f7a3982

Please sign in to comment.