Skip to content

Commit

Permalink
[#370] Added Python 3.12 to the classifiers as a supported interpretter.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Oct 9, 2024
1 parent de3df1b commit c40ad09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DisplayCAL/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def build_py2exe():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Graphics",
],
"data_files": data_files,
Expand Down
1 change: 1 addition & 0 deletions DisplayCAL/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ def findall(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Graphics",
],
"data_files": data_files,
Expand Down

0 comments on commit c40ad09

Please sign in to comment.