Skip to content

Commit

Permalink
build(enum34): remove enum34 dependency from setup (#61)
Browse files Browse the repository at this point in the history
This commit removes the enum34 dependency from the core library as the enum34 dependency is not needed since Python version 3.4 and we support Python version >= 3.7.

closes #59
  • Loading branch information
sufyankhanrao authored May 21, 2024
1 parent 4536465 commit bab9d8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='apimatic-core',
version='0.2.11',
version='0.2.12',
description='A library that contains core logic and utilities for '
'consuming REST APIs using Python SDKs generated by APIMatic.',
long_description=long_description,
Expand All @@ -27,7 +27,6 @@
'jsonpickle~=3.0.1, >= 3.0.1',
'python-dateutil~=2.8.1',
'requests~=2.31',
'enum34~=1.1, >=1.1.10',
'setuptools>=68.0.0',
'jsonpointer~=2.3'
],
Expand Down

0 comments on commit bab9d8d

Please sign in to comment.