Make Python 3.13 the new default
This commit is contained in:
parent
f952d95951
commit
25c718fe6a
11 changed files with 12 additions and 9 deletions
|
|
@ -16,6 +16,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
description = "A Python library to study linear algebra"
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue