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 14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- python-version : [3.7, 3.8, 3.9 ]
17
+ python-version : ["3.8", "3.9", "3.10" ]
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Setup Python
47
47
runs-on : ubuntu-latest
48
48
strategy :
49
49
matrix :
50
- python-version : [3.8, 3.9 ]
50
+ python-version : [" 3.8", "3.10" ]
51
51
steps :
52
52
- uses : actions/checkout@v3
53
53
- name : Setup Python
Original file line number Diff line number Diff line change 16
16
'Intended Audience :: Science/Research' ,
17
17
'Programming Language :: Python' ,
18
18
'Programming Language :: Python :: 3' ,
19
- 'Programming Language :: Python :: 3.7' ,
20
19
'Programming Language :: Python :: 3.8' ,
21
20
'Programming Language :: Python :: 3.9' ,
21
+ 'Programming Language :: Python :: 3.10' ,
22
22
'Topic :: Scientific/Engineering' ,
23
23
]
24
24
45
45
classifiers = CLASSIFIERS ,
46
46
description = DESCRIPTION ,
47
47
long_description = long_description ,
48
- python_requires = '>=3.7 ' ,
48
+ python_requires = '>=3.8 ' ,
49
49
install_requires = install_requires ,
50
50
url = URL ,
51
51
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments