Skip to content

Commit a875f9c

Browse files
committed
build: drop Python 3.6 and 3.7 support
1 parent 1d041f6 commit a875f9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ using version-query without any issues.
436436
Requirements
437437
============
438438

439-
Python version 3.6 or later.
439+
Python version 3.8 or later.
440440

441441
Python libraries as specified in `<requirements.txt>`_.
442442

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)