Skip to content

Commit 1029f2a

Browse files
committed
Removed Python3.6 from the supported ones, it reached EOL
1 parent 991ae22 commit 1029f2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logging-level=DEBUG
99
cython_min=0.24
1010
cython_max=0.29.26
1111
cython_exclude=0.27,0.27.2
12-
python_versions=3.6 - 3.10
12+
python_versions=3.7 - 3.10
1313

1414
[coverage:run]
1515
parallel = True
@@ -21,7 +21,7 @@ plugins =
2121
concurrency = thread, multiprocessing
2222

2323
[options]
24-
python_requires = >=3.6
24+
python_requires = >=3.7
2525
install_requires =
2626
Kivy-Garden>=0.1.4
2727
docutils

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,6 @@ def glob_paths(*patterns, excludes=('.pyc', )):
10851085
'Operating System :: Microsoft :: Windows',
10861086
'Operating System :: POSIX :: BSD :: FreeBSD',
10871087
'Operating System :: POSIX :: Linux',
1088-
'Programming Language :: Python :: 3.6',
10891088
'Programming Language :: Python :: 3.7',
10901089
'Programming Language :: Python :: 3.8',
10911090
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)