Skip to content

Commit 8306ef2

Browse files
authored
Merge pull request #834 from python-gitlab/chore/setup-supported-versions
chore(setup): add 3.7 to supported python versions
2 parents 8f1ed93 + b1525c9 commit 8306ef2

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
@@ -42,5 +42,6 @@ def get_version():
4242
"Programming Language :: Python :: 3.4",
4343
"Programming Language :: Python :: 3.5",
4444
"Programming Language :: Python :: 3.6",
45+
"Programming Language :: Python :: 3.7",
4546
],
4647
)

0 commit comments

Comments
 (0)