Skip to content

Commit

Permalink
Update metadata to include Python 3.11 (#38)
Browse files Browse the repository at this point in the history
* Update metadata to include Python 3.11

* Add 3.11 to README
  • Loading branch information
bdpedigo authored Jan 5, 2023
1 parent 5c11704 commit 3eba7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and a package using [pyo3](https://github.com/pyo3/pyo3) will expose the functio
- 64 bit operating system

## Published Versions
We currently build for x86_64 platforms only, Windows, macOS, and Ubuntu, for python versions 3.6, 3.7, 3.8, and 3.9.
We currently build for x86_64 platforms only, Windows, macOS, and Ubuntu, for python versions 3.6 - 3.11.

## Building
If for any reason, the published wheels do not match your architecture or if you have a particularly old version of glibc that isn't sufficiently accounted for in our current build matrix, or you just want to build it yourself, the following build instructions should help.
Expand Down
6 changes: 3 additions & 3 deletions packages/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graspologic_native"
version = "1.1.2"
version = "1.2.0"
authors = ["[email protected]"]
edition = "2018"
license = "MIT"
Expand All @@ -10,9 +10,9 @@ readme = "README.md"
[package.metadata.maturin]
maintainer = "Dax Pryce"
maintainer-email = "[email protected]"
requires-python = ">=3.6,<3.11"
requires-python = ">=3.6,<3.12"
project-url = {"Github" = "https://github.com/microsoft/graspologic-native", "Graspologic"="https://github.com/microsoft/graspologic"}
classifier = ["Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering :: Mathematics"]
classifier = ["Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3.6", "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 :: Mathematics"]

[lib]
name = "graspologic_native"
Expand Down

0 comments on commit 3eba7c4

Please sign in to comment.