Skip to content

Commit 37777d7

Browse files
authored
Merge pull request #6 from gahjelle/setup-support-py38
Explicitly support Python 3.8
2 parents ecf0e32 + ea71a5b commit 37777d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Operating System :: POSIX :: Linux",
1919
"Programming Language :: Python :: 3.6",
2020
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
2122
"Topic :: Education",
2223
"Topic :: Software Development :: Libraries :: Python Modules",
2324
"Topic :: System :: Monitoring",

0 commit comments

Comments
 (0)