Skip to content

Commit

Permalink
Merge pull request #30 from pdftables/update-supported-python-versions
Browse files Browse the repository at this point in the history
Update Python versions tested
  • Loading branch information
StevenMaude authored Aug 12, 2022
2 parents a2d329a + e74db33 commit c4879c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.7, 3.5, 3.6, 3.7, 3.8]
python: ['3.7', '3.8', '3.9', '3.10']

steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):

setup(
name = 'pdftables-api',
version = '1.1.0',
version = '2.0.0',
author = 'The Sensible Code Company',
author_email = 'support@sensiblecode.io',
description = ('PDFTables.com Python API library.'),
Expand All @@ -44,7 +44,6 @@ def read(fname):
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries',
'Topic :: System :: Networking',
Expand Down

0 comments on commit c4879c8

Please sign in to comment.