Skip to content

Commit

Permalink
declare & test compatibility with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jan 16, 2025
1 parent c7a2705 commit d56f38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Declare compatibility with `python3.11` in package's metadata.
- Declare compatibility with `python3.11` & `python3.12` in package's metadata.

### Changed
- Raise `RuntimeError` instead of `Exception` when libc's `dlinfo` function fails.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
],
Expand Down

0 comments on commit d56f38a

Please sign in to comment.