-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #704 from ayys/run-on-m1-with-python-3.11
Support for python 3.11
- Loading branch information
Showing
11 changed files
with
160 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[package] | ||
edition = "2018" | ||
|
||
[build-system] | ||
requires = ["maturin>=0.14,<0.15"] | ||
build-backend = "maturin" | ||
|
||
[tool.maturin.metadata] | ||
category = ["Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"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", | ||
"Programming Language :: Python :: Implementation :: CPython", | ||
"Programming Language :: Rust", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Compilers", | ||
"Topic :: Software Development :: Interpreters", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent"] | ||
|
||
|
||
[tool.maturin.project-url] | ||
"Source Code" = "https://github.com/wasmerio/wasmer-python/" | ||
"Bug Tracker" = "https://github.com/wasmerio/wasmer-python/issues" | ||
"Documentation" = "https://github.com/wasmerio/wasmer-python/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[package] | ||
edition = "2018" | ||
|
||
[build-system] | ||
requires = ["maturin>=0.14,<0.15"] | ||
build-backend = "maturin" | ||
|
||
[tool.maturin.metadata] | ||
category = ["Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"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", | ||
"Programming Language :: Python :: Implementation :: CPython", | ||
"Programming Language :: Rust", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Compilers", | ||
"Topic :: Software Development :: Interpreters", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent"] | ||
|
||
|
||
[tool.maturin.project-url] | ||
"Source Code" = "https://github.com/wasmerio/wasmer-python/" | ||
"Bug Tracker" = "https://github.com/wasmerio/wasmer-python/issues" | ||
"Documentation" = "https://github.com/wasmerio/wasmer-python/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.