We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c33cf commit 599b723Copy full SHA for 599b723
.github/workflows/wheels.yml
@@ -30,8 +30,6 @@ jobs:
30
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
31
uses: Jimver/cuda-toolkit@master
32
id: cuda-toolkit
33
- with:
34
- log-file-suffix: '${{matrix.os}}.txt'
35
36
- name: Build wheels
37
run: python -m cibuildwheel --output-dir wheelhouse
setup.py
@@ -23,7 +23,7 @@ def main():
23
packages=["pyanime4k", "pyanime4k.pyac"],
24
package_dir={"pyanime4k": "src/pyanime4k", "pyanime4k.pyac": "src/pyanime4k/pyac"},
25
license="MIT",
26
- python_requires=">=3.7",
+ python_requires=">=3.6",
27
classifiers=[
28
"Programming Language :: Python :: 3",
29
"License :: OSI Approved :: MIT License",
0 commit comments