diff --git a/setup.py b/setup.py index f0563cd1..245027bb 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ 'Programming Language :: Python :: 3.10', # ubuntu2204 'Programming Language :: Python :: 3.11', # MacOS 'Programming Language :: Python :: 3.12', # MacOS - ], + ] + ['packaging<=23'] if sys.version_info <(3, 7) else [], # What does your project relate to? keywords='HEP ALICE',