Skip to content

Commit 55e283e

Browse files
authored
Drop Python 3.7 and Support Python 3.11 in the SDK (#2337)
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 328bc5c commit 55e283e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-test-darts-cifar10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ./.github/workflows/template-setup-e2e-test
2222
with:
2323
kubernetes-version: ${{ matrix.kubernetes-version }}
24-
python-version: "3.7"
24+
python-version: "3.11"
2525

2626
- name: Run e2e test with ${{ matrix.experiments }} experiments
2727
uses: ./.github/workflows/template-e2e-test

sdk/python/v1beta1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"Intended Audience :: Science/Research",
5656
"Programming Language :: Python :: 3",
5757
"Programming Language :: Python :: 3 :: Only",
58-
"Programming Language :: Python :: 3.7",
5958
"Programming Language :: Python :: 3.8",
6059
"Programming Language :: Python :: 3.9",
6160
"Programming Language :: Python :: 3.10",
61+
"Programming Language :: Python :: 3.11",
6262
"License :: OSI Approved :: Apache Software License",
6363
"Operating System :: OS Independent",
6464
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)