Skip to content

Commit

Permalink
Merge pull request #29 from adrianeboyd/chore/v0.1.2
Browse files Browse the repository at this point in the history
Update for python 3.11, set version to v0.1.2
  • Loading branch information
adrianeboyd authored Oct 17, 2022
2 parents 17f6b68 + 104fceb commit 1bf8da1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/azure-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ steps:
inputs:
versionSpec: ${{ parameters.python_version }}
architecture: ${{ parameters.architecture }}
allowUnstable: true

- script: |
${{ parameters.prefix }} python -m pip install --upgrade pip setuptools
Expand Down
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
Python39Mac:
imageName: "macos-latest"
python.version: '3.9'
Python311Mac:
imageName: "macos-latest"
python.version: '3.11.0-rc.2'
pool:
vmImage: $(imageName)
steps:
- template: .github/azure-steps.yml
parameters:
python_version: '$(python.version)'
architecture: 'X64'
architecture: 'x64'
3 changes: 2 additions & 1 deletion build-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# build version constraints for use with wheelwright + multibuild
numpy==1.21.0; python_version<='3.9'
numpy==1.21.3; python_version=='3.10'
numpy; python_version>='3.11'
numpy==1.23.2; python_version=='3.11'
numpy; python_version>='3.12'
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
description = Improve Thinc's performance on Apple devices with native libraries
version = 0.1.1
version = 0.1.2
url = https://github.com/explosion/thinc-apple-ops
author = Explosion
author_email = [email protected]
Expand All @@ -20,6 +20,8 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
[options]
Expand Down

0 comments on commit 1bf8da1

Please sign in to comment.