Skip to content

Commit

Permalink
require python >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 13, 2024
1 parent 2b31ee9 commit 7e9bef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_extensions():
"pooch"
]
},
python_requires=">=3.7",
python_requires=">=3.9", # transonic requires >= 3.9
cmdclass={"build_ext": ParallelBuildExt},
ext_modules=create_extensions(),
)

0 comments on commit 7e9bef4

Please sign in to comment.