From eb0664b993d6cc0c84e3c3c79b6c3ae152f525fc Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Sat, 22 Jul 2023 13:07:43 +0400 Subject: [PATCH] Support Python 3.11 (#393) --- .github/workflows/run-tests.yaml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index a81592b..7ec5bf3 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] fail-fast: false timeout-minutes: 15 steps: diff --git a/setup.cfg b/setup.cfg index 6abd0ee..417a126 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ classifiers = package_dir = = src packages = find: -python_requires = >=3.8,<3.11 +python_requires = >=3.8 install_requires = torch>=1.12 bitsandbytes==0.40.1.post1 @@ -39,7 +39,7 @@ install_requires = transformers>=4.31.0,<5.0.0 speedtest-cli==2.1.3 pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind==1.1.8 - hivemind==1.1.8 + hivemind @ git+https://github.com/learning-at-home/hivemind tensor_parallel==1.0.23 humanfriendly async-timeout>=4.0.2