File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- python-version : [ 3.6, 3.7, 3.9, 3.10]
16
+ python-version : ["3.7", "3.8", " 3.9", " 3.10" ]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ classifiers =
16
16
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
17
17
Natural Language :: English
18
18
Operating System :: OS Independent
19
- Programming Language :: Python :: 3.6
19
+ Programming Language :: Python :: 3.7
20
20
Topic :: Scientific/Engineering
21
21
Intended Audience :: Science/Research
22
22
Programming Language :: Python
23
23
Programming Language :: Python :: 3
24
24
Programming Language :: Python :: 3 :: Only
25
- Programming Language :: Python :: 3.6
26
25
Programming Language :: Python :: 3.7
27
26
Programming Language :: Python :: 3.8
28
27
Programming Language :: Python :: 3.9
28
+ Programming Language :: Python :: 3.10
29
29
Topic :: Scientific/Engineering
30
30
Topic :: Software Development
31
31
Typing :: Typed
@@ -42,7 +42,7 @@ install_requires =
42
42
typing_extensions; python_version<'3.8'
43
43
typing_compat; python_version<'3.8'
44
44
45
- python_requires = >=3.6
45
+ python_requires = >=3.7
46
46
include_package_data = True
47
47
package_dir =
48
48
=src
You can’t perform that action at this time.
0 commit comments