Skip to content

Commit

Permalink
Add Python 3.11 and 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 27, 2024
1 parent da6d0bf commit d986476
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.10"
- "3.11"
- "3.12"

steps:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
python-version:
- "3.9"
- "3.10"

- "3.11"
- "3.12"

steps:

- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.2] - 2024-01-27

### Fixed
- Add Python 3.11 and 3.12 support.

## [0.3.1] - 2024-01-27

### Fixed
Expand Down

0 comments on commit d986476

Please sign in to comment.