Skip to content

Commit 8d03288

Browse files
authored
Merge pull request #128 from pycompression/py3.11
Also test on python 3.11
2 parents 01b1e02 + 9bfcd82 commit 8d03288

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- "3.8"
6262
- "3.9"
6363
- "3.10"
64+
- "3.11-dev"
6465
- "pypy-3.7"
6566
- "pypy-3.8"
6667
- "pypy-3.9"

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Changelog
99
1010
version 1.1.0-dev
1111
-----------------
12+
+ Added tests and support for Python 3.11.
1213
+ Small performance-oriented refactorings: argument parsing formats and
1314
keywords are now static, some very small functions are now declared inline
1415
and struct ordering was changed.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
188188
"Programming Language :: Python :: 3.8",
189189
"Programming Language :: Python :: 3.9",
190190
"Programming Language :: Python :: 3.10",
191+
"Programming Language :: Python :: 3.11",
191192
"Programming Language :: Python :: Implementation :: CPython",
192193
"Programming Language :: Python :: Implementation :: PyPy",
193194
"Programming Language :: C",

0 commit comments

Comments
 (0)