Skip to content

Commit

Permalink
Merge pull request #37 from adrianeboyd/chore/v2.0.7
Browse files Browse the repository at this point in the history
Set version to v2.0.7, update CI
  • Loading branch information
adrianeboyd authored Oct 14, 2022
2 parents c7c5bab + da22ceb commit e1642ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
Python310Mac:
imageName: 'macos-latest'
python.version: '3.10'
Python311Linux:
imageName: 'ubuntu-latest'
python.version: '3.11.0-rc.2'
Python311Windows:
imageName: 'windows-latest'
python.version: '3.11.0-rc.2'
Python311Mac:
imageName: 'macos-latest'
python.version: '3.11.0-rc.2'
maxParallel: 4
pool:
vmImage: $(imageName)
Expand All @@ -60,6 +69,7 @@ jobs:
inputs:
versionSpec: '$(python.version)'
architecture: 'x64'
allowUnstable: true

- script: |
python -m pip install --upgrade pip setuptools
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.6"
__version__ = "2.0.7"
__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 @@ -121,6 +121,7 @@ def setup_package():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
],
cmdclass={"build_ext": build_ext_subclass},
Expand Down

0 comments on commit e1642ed

Please sign in to comment.