Skip to content

Commit b51659e

Browse files
committed
Python support only from 3.9
1 parent 916d77d commit b51659e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10']
12+
python-version: ['3.9', '3.10']
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["COSCUP Volunteer <[email protected]>"]
66
license = "AGPL-3.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.9"
1010
google-api-python-client = "^2.40.0"
1111
google-auth = "^2.6.0"
1212
google-auth-httplib2 = "^0.1.0"

0 commit comments

Comments
 (0)