Skip to content

Commit

Permalink
Use packaging 23 with python3.6 (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 19, 2024
1 parent fb1a42b commit b902cd3
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 @@ -40,7 +40,7 @@
# The 7.* series removed support for Python 3.6.
'setuptools_scm<7.0.0' if sys.version_info < (3, 7) else
'setuptools_scm'
],
] + ['packaging<=23'] if sys.version_info <(3, 7) else [],

description='ALICE Multipurpose bot',
long_description=long_description,
Expand Down

0 comments on commit b902cd3

Please sign in to comment.