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,