| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | runs-on: ubuntu-latest | |
| 16 | 16 | strategy: | |
| 17 | 17 | matrix: | |
| 18 | - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] | ||
| 18 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] | ||
| 19 | 19 | ||
| 20 | 20 | steps: | |
| 21 | 21 | - uses: actions/checkout@v4 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | zip_safe=False, | |
| 23 | 23 | install_requires=['smmap>=3.0.1,<6'], | |
| 24 | 24 | long_description="""GitDB is a pure-Python git object database""", | |
| 25 | - python_requires='>=3.7', | ||
| 25 | + python_requires='>=3.8', | ||
| 26 | 26 | # See https://pypi.python.org/pypi?%3Aaction=list_classifiers | |
| 27 | 27 | classifiers=[ | |
| 28 | 28 | "Development Status :: 5 - Production/Stable", | |
@@ -35,7 +35,6 @@ | |||
| 35 | 35 | "Operating System :: MacOS :: MacOS X", | |
| 36 | 36 | "Programming Language :: Python", | |
| 37 | 37 | "Programming Language :: Python :: 3", | |
| 38 | - "Programming Language :: Python :: 3.7", | ||
| 39 | 38 | "Programming Language :: Python :: 3.8", | |
| 40 | 39 | "Programming Language :: Python :: 3.9", | |
| 41 | 40 | "Programming Language :: Python :: 3.10", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments