Skip to content

Commit

Permalink
Merge pull request #45 from adrianeboyd/chore/v2.0.8
Browse files Browse the repository at this point in the history
Set version to v2.0.8, update for python 3.12
  • Loading branch information
adrianeboyd authored Sep 15, 2023
2 parents 121264e + ad4ddf7 commit 43e48d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]
include:
- os: windows-2019
python_version: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion cymem/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "cymem"
__version__ = "2.0.7"
__version__ = "2.0.8"
__summary__ = "Manage calls to calloc/free through Cython"
__uri__ = "https://github.com/explosion/cymem"
__author__ = "Matthew Honnibal"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def setup_package():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
],
cmdclass={"build_ext": build_ext_subclass},
Expand Down

0 comments on commit 43e48d7

Please sign in to comment.