Skip to content

Commit

Permalink
Declare Python3.12 compatibility in generated packages of master and …
Browse files Browse the repository at this point in the history
…worker.
  • Loading branch information
pmisik committed Dec 26, 2023
1 parent a7f4330 commit 2dd116a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def define_plugin_entries(groups):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],

'packages': [
Expand Down
1 change: 1 addition & 0 deletions newsfragments/setup-python312-compat.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setup: Declare Python3.12 compatibility in generated packages of master and worker
1 change: 1 addition & 0 deletions worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def make_release_tree(self, base_dir, files):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],

'packages': [
Expand Down

0 comments on commit 2dd116a

Please sign in to comment.