Skip to content

Commit

Permalink
Update PyYAML for Python 3.12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jul 7, 2024
1 parent 9ac3d81 commit abed509
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 @@ -25,7 +25,7 @@
include_package_data=True,
python_requires='>=3.6',
install_requires=[
'PyYAML~=5.1',
'PyYAML~=6.0',
'dataclasses;python_version=="3.6"',
],
entry_points = {
Expand Down

0 comments on commit abed509

Please sign in to comment.