Skip to content

Commit 35c520e

Browse files
authored
Merge branch 'dvc-issue-9607' into cache-path-ids-find
2 parents 4897344 + 8181bc6 commit 35c520e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 3
2525
matrix:
2626
os: [ubuntu-22.04, macos-11, windows-2019]
27-
pyv: ["3.7", "3.8", "3.9", "3.10"]
27+
pyv: ["3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
],
5151
"tests": tests_requirements,
5252
},
53-
python_requires=">=3.7",
53+
python_requires=">=3.8",
5454
classifiers=[
5555
"Development Status :: 4 - Beta",
5656
"Programming Language :: Python :: 3",
57-
"Programming Language :: Python :: 3.7",
5857
"Programming Language :: Python :: 3.8",
5958
"Programming Language :: Python :: 3.9",
6059
"Programming Language :: Python :: 3.10",
60+
"Programming Language :: Python :: 3.11",
6161
],
6262
entry_points={
6363
"pyinstaller40": [

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39
2+
envlist = py38, py39, py310, py311
33

44
[testenv]
55
changedir = {toxinidir}/pydrive2/test

0 commit comments

Comments
 (0)