File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 strategy :
2323 matrix :
24- python-version : ['3.7', '3. 8', '3.9', '3.10']
24+ python-version : ['3.8', '3.9', '3.10']
2525
2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
Original file line number Diff line number Diff line change 5858
5959Installation
6060~~~~~~~~~~~~
61- The Academic Tracker package runs under Python 3.7 +. Use pip _ to install.
61+ The Academic Tracker package runs under Python 3.8 +. Use pip _ to install.
6262Starting with Python 3.4, pip _ is included by default. Be sure to use the latest
6363version of pip as older versions are known to have issues grabbing all dependencies.
6464Academic Tracker relies on sendmail to send emails, so if you need to use that
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_version():
3737 "beautifulsoup4 >= 4.9.3" ,
3838 "fuzzywuzzy >= 0.18.0" ,
3939 "python-docx >= 0.8.11" ,
40- "pandas >= 0.24.2 " ,
40+ "pandas >= 1.3.5 " ,
4141 "openpyxl >= 2.6.2" ,
4242 "requests >= 2.21.0" ,
4343 "deepdiff >= 5.7.0"
@@ -68,7 +68,6 @@ def find_version():
6868 'Operating System :: Microsoft :: Windows' ,
6969 'Operating System :: MacOS' ,
7070 'Operating System :: POSIX :: Linux' ,
71- 'Programming Language :: Python :: 3.7' ,
7271 'Programming Language :: Python :: 3.8' ,
7372 'Programming Language :: Python :: 3.9' ,
7473 'Programming Language :: Python :: 3.10' ,
You can’t perform that action at this time.
0 commit comments