Skip to content

Commit d56f38a

Browse files
committed
declare & test compatibility with python3.12
c7a2705
1 parent c7a2705 commit d56f38a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- '3.9'
2020
- '3.10'
2121
- '3.11'
22+
- '3.12'
2223
fail-fast: false
2324
steps:
2425
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

1212
### Changed
1313
- Raise `RuntimeError` instead of `Exception` when libc's `dlinfo` function fails.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2728
"Operating System :: MacOS :: MacOS X",
2829
"Operating System :: POSIX :: Linux",
2930
],

0 commit comments

Comments
 (0)