Skip to content

Commit

Permalink
downgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Sep 4, 2024
1 parent 9d4ac0f commit 8d8735e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
'setuptools==74.0.0',
'setuptools==67.6.1',
'Cython==3.0.11',
'wheel==0.44.0',
'flit'
Expand Down
2 changes: 1 addition & 1 deletion qw/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__description__ = ('QueueWorker is asynchronous Task Queue implementation '
'built on top of Asyncio.'
'Can you spawn distributed workers to run functions inside workers.')
__version__ = '1.10.4'
__version__ = '1.11.1'
__author__ = 'Jesus Lara'
__author_email__ = 'jesuslarag@gmail.com'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def readme():
author_email='jesuslara@phenobarbital.info',
packages=find_packages(exclude=["contrib", "docs", "tests", "settings"]),
setup_requires=[
'setuptools==74.0.0',
'setuptools==67.6.1',
'Cython==3.0.11',
'wheel==0.44.0',
],
Expand Down

0 comments on commit 8d8735e

Please sign in to comment.