Skip to content

Commit

Permalink
Allowed tests on py313; deleted the march=native flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
droodev committed Nov 11, 2024
1 parent 4fac630 commit 8ae5a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ext_modules=[
Extension(
'permanentbis', ['./src/permanent.c'],
extra_compile_args=["-Ofast", "-march=native"],
extra_compile_args=["-Ofast"],
include_dirs=[numpy.get_include()]),
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist =py310, py311, py312
envlist =py310, py311, py312, py313
skip_missing_interpreters = True
requires = setuptools >= 75.0.0
wheel
Expand Down

0 comments on commit 8ae5a5a

Please sign in to comment.