File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- python-version : ["3.7 ", "3.8 ", "3.10 "]
11
+ python-version : ["3.9 ", "3.10 ", "3.11 "]
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -56,10 +56,9 @@ def read(fname):
56
56
"License :: OSI Approved :: MIT License" ,
57
57
"Natural Language :: English" ,
58
58
"Programming Language :: Python :: 3" ,
59
- "Programming Language :: Python :: 3.7" ,
60
- "Programming Language :: Python :: 3.8" ,
61
59
"Programming Language :: Python :: 3.9" ,
62
60
"Programming Language :: Python :: 3.10" ,
61
+ "Programming Language :: Python :: 3.11" ,
63
62
"Topic :: Scientific/Engineering" ,
64
63
],
65
64
entry_points = {"console_scripts" : ["attune = attune._cli:main" ]},
You can’t perform that action at this time.
0 commit comments