Skip to content

Commit ccfbb7a

Browse files
committed
Disclaim compatibility with Python 2.6.
1 parent 74e3719 commit ccfbb7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ is available in the doc/Farrow-jpcm-2007.pdf paper.
2020
REQUIREMENTS
2121
------------------------------------------------------------------------
2222

23-
PDFgui requires Python 2.6 or 2.7 and several third-party libraries
23+
PDFgui requires Python 2.7 and several third-party libraries
2424
that are used by PDFgui and its components.
2525

2626
* setuptools - tools for installing Python packages

Diff for: setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def dirglob(d, *patterns):
125125
'Operating System :: MacOS',
126126
'Operating System :: Microsoft :: Windows',
127127
'Operating System :: POSIX',
128-
'Programming Language :: Python :: 2.6',
129128
'Programming Language :: Python :: 2.7',
130129
'Topic :: Scientific/Engineering :: Chemistry',
131130
'Topic :: Scientific/Engineering :: Physics',

0 commit comments

Comments
 (0)