Skip to content

Commit

Permalink
chore(deps): drop 3.8 support (#444)
Browse files Browse the repository at this point in the history
Drop since `scmrepo` dropped it, `dvc`, etc.

Needs to fix CI and start fixing the update of the `scmrepo` here
#443
  • Loading branch information
shcheklein authored Feb 5, 2024
1 parent 4a18a28 commit b941924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
fail-fast: false
timeout-minutes: 10
steps:
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
tests = [
"pytest",
"pytest-cov",
"pytest-lazy-fixture==0.6.3",
"pytest-mock",
"pytest-test-utils",
"pylint==3.0.3",
Expand Down Expand Up @@ -48,11 +47,10 @@
"install_requires": install_requires,
"extras_require": {"tests": tests},
"keywords": "git repo repository artifact registry developer-tools collaboration",
"python_requires": ">=3.8",
"python_requires": ">=3.9",
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit b941924

Please sign in to comment.