File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
os : ["ubuntu-latest", "windows-latest"]
19
- py : ["3.7", "3. 9", "3.10", "3.11"]
19
+ py : ["3.9", "3.10", "3.11"]
20
20
21
21
steps :
22
22
- uses : " actions/checkout@v3"
32
32
33
33
- name : Install extra test dependencies
34
34
run : |
35
+ pip install --upgrade pip
35
36
pip install .[test_extra]
36
37
37
38
- name : Run pytest default tests
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ authors = [
25
25
description = " AtomDB is a database of atomic and ionic properties."
26
26
readme = " README.rst"
27
27
license = {text = " GPL-3.0-or-later" }
28
- requires-python = " >=3.7 "
28
+ requires-python = " >=3.9 "
29
29
classifiers = [
30
30
' Development Status :: 0 - Released' ,
31
31
' Environment :: Console' ,
@@ -36,8 +36,6 @@ classifiers = [
36
36
' Intended Audience :: Science/Research' ,
37
37
" Intended Audience :: Education" ,
38
38
" Natural Language :: English" ,
39
- ' Programming Language :: Python :: 3.7' ,
40
- " Programming Language :: Python :: 3.8" ,
41
39
" Programming Language :: Python :: 3.9" ,
42
40
" Programming Language :: Python :: 3.10" ,
43
41
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments