Skip to content

Commit

Permalink
Allow python 3.12 again
Browse files Browse the repository at this point in the history
Should put back allowing python 3.12 that relik 1.0.7 prevents.
Retesting on ubuntu with fresh python 3.12 install, relik 1.0.6 was fine.
Issue #14 on linux was just messed up python 3,12 env.
Issue #14 and #15 windows overflow on all python versions needs the csv.field_size_limit change.
  • Loading branch information
stevereiner committed Sep 16, 2024
1 parent 62a46a0 commit aa871fa
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 @@ -130,7 +130,7 @@ def fix_url_dependencies(req: str) -> str:
],
install_requires=install_requirements,
extras_require=extras,
python_requires=">=3.10,<3.12",
python_requires=">=3.10",
find_links=find_links,
entry_points={
"console_scripts": ["relik = relik.cli.cli:app"],
Expand Down

0 comments on commit aa871fa

Please sign in to comment.