Skip to content

Commit

Permalink
Allow building rpms with python3.6 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 19, 2024
1 parent 61942d9 commit c0cd45f
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 @@ -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',
Expand Down

0 comments on commit c0cd45f

Please sign in to comment.