Skip to content

Commit c7a2705

Browse files
committed
declare & test compatibility with python3.11
1 parent 23d27f2 commit c7a2705

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version:
1919
- '3.9'
2020
- '3.10'
21+
- '3.11'
2122
fail-fast: false
2223
steps:
2324
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- Declare compatibility with `python3.11` in package's metadata.
11+
912
### Changed
1013
- Raise `RuntimeError` instead of `Exception` when libc's `dlinfo` function fails.
1114
- Update maintainer and repository's URL in package's metadata.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# .github/workflows/python.yml
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
2627
"Operating System :: MacOS :: MacOS X",
2728
"Operating System :: POSIX :: Linux",
2829
],

0 commit comments

Comments
 (0)