Skip to content

Commit

Permalink
CPython 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 25, 2023
1 parent d06645e commit bd9bc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" asammdf version module """

__version__ = "7.3.18"
__version__ = "7.3.19.dev1"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

This comment has been minimized.

Copy link
@zariiii9003

zariiii9003 Oct 25, 2023

Contributor

3.12 is skipped in the pyproject.toml config of cibuildwheel...

This comment has been minimized.

Copy link
@danielhrisca

danielhrisca Oct 25, 2023

Author Owner

I fail to see where this is specified

This comment has been minimized.

Copy link
@zariiii9003

zariiii9003 Oct 25, 2023

Contributor

skip = "pp* *_ppc64le *_s390x *-musllinux* cp312-*" # skip pypy and irrelevant architectures

Remove the cp312-*


[pytest]
python_classes =
Expand Down

0 comments on commit bd9bc48

Please sign in to comment.