Skip to content

Commit e1fe0dc

Browse files
authored
Merge pull request #57 from pytest-dev/list-python-311-compatibility/1/dev
Mark the package as being compatible with Python 3.11
2 parents 2cf1dd0 + 960028a commit e1fe0dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def run(self):
6565
"Programming Language :: Python :: 3.8",
6666
"Programming Language :: Python :: 3.9",
6767
"Programming Language :: Python :: 3.10",
68+
"Programming Language :: Python :: 3.11",
6869
"Topic :: Software Development :: Testing",
6970
],
7071
)

0 commit comments

Comments
 (0)