Skip to content

Commit

Permalink
build: more update for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 19, 2023
1 parent 4fd274a commit e879a1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tinybrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
DimensionError
)

__version__ = '1.4.0'
__version__ = '1.4.1'
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tox]
envlist = py38,py39,py310,py311
envlist = py38,py39,py310,py311,py312

[testenv]
platform = darwin
deps =
setuptools
cython
wheel
oldest-supported-numpy
pytest

Expand Down

0 comments on commit e879a1f

Please sign in to comment.