Skip to content

Commit c6e304a

Browse files
authored
Merge pull request #169 from openedx/feanil/update_classifiers
docs: Update classifiers.
2 parents c499d69 + 4939f0d commit c6e304a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

codejail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""init"""
22

3-
__version__ = '3.4.0'
3+
__version__ = '3.4.1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ def get_version(*file_paths):
5252
'Programming Language :: Python',
5353
'Programming Language :: Python :: 3',
5454
'Programming Language :: Python :: 3.8',
55+
'Programming Language :: Python :: 3.11',
5556
],
5657
)

0 commit comments

Comments
 (0)