Skip to content

Commit

Permalink
chore(deps): drop 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Feb 5, 2024
1 parent 4a18a28 commit f6e2d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,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 f6e2d0b

Please sign in to comment.