From 4237646310d1c1438e6d98e9149c06fd24d7cffb Mon Sep 17 00:00:00 2001 From: wulan17 Date: Thu, 21 Mar 2024 13:57:28 +0700 Subject: [PATCH] Update python version and dependencies Signed-off-by: wulan17 --- .github/workflows/wheels.yml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 379c79a..e0bdb03 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.11.2 + uses: pypa/cibuildwheel@v2.17.0 env: CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" CIBW_TEST_REQUIRES: tox diff --git a/setup.py b/setup.py index c3e539e..c8223d2 100644 --- a/setup.py +++ b/setup.py @@ -40,11 +40,11 @@ "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", @@ -63,7 +63,7 @@ "Source": "https://github.com/Mayuri-Chan/tgcrypto", "Documentation": "https://pyrofork.mayuri.my.id", }, - python_requires="~=3.7", + python_requires="~=3.8", packages=find_packages(), test_suite="tests", zip_safe=False,