Skip to content

Commit

Permalink
record orquesta support for python > 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jan 27, 2024
1 parent 08c41ed commit b2183ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ def get_requirements():
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
entry_points={
"orquesta.composers": [
Expand Down

0 comments on commit b2183ca

Please sign in to comment.