mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
Add python tested versions in pyproject.toml
This commit is contained in:
+4
-1
@@ -12,8 +12,11 @@ authors = [
|
|||||||
{ name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" },
|
{ name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" },
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
'Programming Language :: Python :: 3.10',
|
||||||
|
'Programming Language :: Python :: 3.11',
|
||||||
|
'Programming Language :: Python :: 3.12',
|
||||||
]
|
]
|
||||||
dependencies = []
|
dependencies = []
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|||||||
Reference in New Issue
Block a user