Skip to content

Commit

Permalink
Update minimum version of Python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek authored Oct 12, 2023
1 parent 195810c commit fb97ffe
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 @@ -36,7 +36,7 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.10",
install_requires=[
"colour",
"deepdiff",
Expand Down

0 comments on commit fb97ffe

Please sign in to comment.