Skip to content

Commit

Permalink
remove Python 3.7 support (reimplement #1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Jan 31, 2024
1 parent a14470e commit 221f3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ classifiers = [
"Topic :: Office/Business :: Financial :: Spreadsheet",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["google-auth>=1.12.0", "google-auth-oauthlib>=0.4.1", "StrEnum==0.4.15"]
requires-python = ">=3.7"
requires-python = ">=3.8"
dynamic = ["version", "description"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,py311,py312
envlist = py38,py39,py310,py311,py312
skip_missing_interpreters = true

# Used to run tests, **do not** set GS_CREDS_FILENAME to run off-line tests
Expand Down

0 comments on commit 221f3e7

Please sign in to comment.