Skip to content

Commit 8f896c8

Browse files
committed
setup.py: Add Python 3.10
1 parent 2b99a02 commit 8f896c8

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
@@ -327,6 +327,7 @@ def files_from_module(modname):
327327
"Programming Language :: Python :: 3.7",
328328
"Programming Language :: Python :: 3.8",
329329
"Programming Language :: Python :: 3.9",
330+
"Programming Language :: Python :: 3.10",
330331
"Topic :: Software Development :: Build Tools",
331332
],
332333
description="A framework for modelling build pipelines in YAML",

0 commit comments

Comments
 (0)