File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ using version-query without any issues.
436436Requirements
437437============
438438
439- Python version 3.6 or later.
439+ Python version 3.8 or later.
440440
441441Python libraries as specified in `<requirements.txt >`_.
442442
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ class Package(setup_boilerplate.Package):
2020 'Operating System :: MacOS :: MacOS X' ,
2121 'Operating System :: Microsoft :: Windows' ,
2222 'Operating System :: POSIX :: Linux' ,
23- 'Programming Language :: Python :: 3.6' ,
24- 'Programming Language :: Python :: 3.7' ,
2523 'Programming Language :: Python :: 3.8' ,
24+ 'Programming Language :: Python :: 3.9' ,
25+ 'Programming Language :: Python :: 3.10' ,
2626 'Programming Language :: Python :: 3 :: Only' ,
2727 'Topic :: Software Development :: Version Control' ,
2828 'Topic :: Software Development :: Version Control :: Git' ,
You can’t perform that action at this time.
0 commit comments