File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 python-version :
1919 - ' 3.9'
2020 - ' 3.10'
21+ - ' 3.11'
2122 fail-fast : false
2223 steps :
2324 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and 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.
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments