Skip to content

Commit c4879c8

Browse files
authored
Merge pull request #30 from pdftables/update-supported-python-versions
Update Python versions tested
2 parents a2d329a + e74db33 commit c4879c8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [2.7, 3.5, 3.6, 3.7, 3.8]
14+
python: ['3.7', '3.8', '3.9', '3.10']
1515

1616
steps:
1717
- name: Checkout code

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424

2525
setup(
2626
name = 'pdftables-api',
27-
version = '1.1.0',
27+
version = '2.0.0',
2828
author = 'The Sensible Code Company',
2929
author_email = '[email protected]',
3030
description = ('PDFTables.com Python API library.'),
@@ -44,7 +44,6 @@ def read(fname):
4444
'Intended Audience :: Developers',
4545
'License :: OSI Approved :: Apache Software License',
4646
'Programming Language :: Python',
47-
'Programming Language :: Python :: 2',
4847
'Programming Language :: Python :: 3',
4948
'Topic :: Software Development :: Libraries',
5049
'Topic :: System :: Networking',

0 commit comments

Comments
 (0)