Skip to content

Commit

Permalink
docs: Update classifiers.
Browse files Browse the repository at this point in the history
This got forgotten in the Python 3.11 upgrade.
  • Loading branch information
feanil committed Apr 29, 2024
1 parent c499d69 commit 4939f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion codejail/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""init"""

__version__ = '3.4.0'
__version__ = '3.4.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ def get_version(*file_paths):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit 4939f0d

Please sign in to comment.