File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88env :
99 - MYUSEMC=true MYPYTHON_VERSION=2.7
10- - MYUSEMC=true MYPYTHON_VERSION=3.5
11- - MYUSEMC=true MYPYTHON_VERSION=3.6
1210 - MYUSEMC=true MYPYTHON_VERSION=3.7
11+ - MYUSEMC=true MYPYTHON_VERSION=3.8
12+ - MYUSEMC=true MYPYTHON_VERSION=3.9
13+ - MYUSEMC=true MYPYTHON_VERSION=3.10
1314 - MYUSEMC=false
1415
1516matrix :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ is available in the doc/Farrow-jpcm-2007.pdf paper.
2020REQUIREMENTS
2121------------------------------------------------------------------------
2222
23- PDFgui requires Python 3.7, 3.6, 3.5 or 2.7 and several third-party
23+ PDFgui requires Python 3.7 or later or 2.7 and several third-party
2424libraries that are used by PDFgui and its components.
2525
2626* setuptools - tools for installing Python packages
Original file line number Diff line number Diff line change 11python :
2+ - 3.10
3+ - 3.9
4+ - 3.8
25 - 3.7
3- - 3.6
4- - 3.5
56 - 2.7
Original file line number Diff line number Diff line change 1515
1616# Use this version when git data are not available, like in git zip archive.
1717# Update when tagging a new release.
18- FALLBACK_VERSION = '1.1.2.post0 '
18+ FALLBACK_VERSION = '1.2.0 '
1919
2020# determine if we run with Python 3.
2121PY3 = (sys .version_info [0 ] == 3 )
@@ -142,9 +142,10 @@ def dirglob(d, *patterns):
142142 'Operating System :: Microsoft :: Windows' ,
143143 'Operating System :: POSIX' ,
144144 'Programming Language :: Python :: 2.7' ,
145- 'Programming Language :: Python :: 3.5' ,
146- 'Programming Language :: Python :: 3.6' ,
147145 'Programming Language :: Python :: 3.7' ,
146+ 'Programming Language :: Python :: 3.8' ,
147+ 'Programming Language :: Python :: 3.9' ,
148+ 'Programming Language :: Python :: 3.10' ,
148149 'Topic :: Scientific/Engineering :: Chemistry' ,
149150 'Topic :: Scientific/Engineering :: Physics' ,
150151 ],
You can’t perform that action at this time.
0 commit comments