-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
340bdc5
commit 08f6e13
Showing
4 changed files
with
9 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = 'tjax' | |
version = "1.0.9" | ||
description = 'Tools for JAX.' | ||
readme = 'README.rst' | ||
requires-python = '>=3.10,<3.13' | ||
requires-python = '>=3.11,<3.13' | ||
license = {file = 'LICENSE'} | ||
authors = [{email = '[email protected]'}, {name = 'Neil Girdhar'}] | ||
maintainers = [{email = '[email protected]'}, {name = 'Neil Girdhar'}] | ||
|
@@ -17,7 +17,6 @@ classifiers = [ | |
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12', | ||
'Topic :: Scientific/Engineering :: Artificial Intelligence', | ||
|
@@ -64,7 +63,7 @@ disable = 'ignored-abstractmethod' | |
|
||
[tool.pylint.master] | ||
jobs = 0 | ||
py-version = '3.10' | ||
py-version = '3.11' | ||
load-plugins = [ | ||
'pylint.extensions.bad_builtin', | ||
'pylint.extensions.broad_try_clause', | ||
|
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
Oops, something went wrong.