Skip to content

Commit 43e48d7

Browse files
authored
Merge pull request #45 from adrianeboyd/chore/v2.0.8
Set version to v2.0.8, update for python 3.12
2 parents 121264e + ad4ddf7 commit 43e48d7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
24+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]
2525
include:
2626
- os: windows-2019
2727
python_version: "3.6"

cymem/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "cymem"
2-
__version__ = "2.0.7"
2+
__version__ = "2.0.8"
33
__summary__ = "Manage calls to calloc/free through Cython"
44
__uri__ = "https://github.com/explosion/cymem"
55
__author__ = "Matthew Honnibal"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def setup_package():
122122
"Programming Language :: Python :: 3.9",
123123
"Programming Language :: Python :: 3.10",
124124
"Programming Language :: Python :: 3.11",
125+
"Programming Language :: Python :: 3.12",
125126
"Topic :: Scientific/Engineering",
126127
],
127128
cmdclass={"build_ext": build_ext_subclass},

0 commit comments

Comments
 (0)