Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
[py] Soften six dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
samschlegel authored Aug 11, 2020
1 parent ff01390 commit e27db8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='erlpack',
version='0.3.3',
version='0.3.4',
author='Jake Heinz',
author_email='jh@discordapp.com',
url="http://github.com/discord/erlpack",
Expand All @@ -43,7 +43,7 @@
package_dir={'': 'py'},
packages=['erlpack'],
ext_modules=ext_modules,
install_requires=['six==1.12.0'],
install_requires=['six~=1.15'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)

0 comments on commit e27db8f

Please sign in to comment.