This repository was archived by the owner on May 9, 2024. It is now read-only.
File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Python
13
13
uses : actions/setup-python@v2
14
14
with :
15
- python-version : " 3.9 "
15
+ python-version : " 3.10 "
16
16
- name : Cache pip packages
17
17
uses : actions/cache@v2
18
18
with :
56
56
- name : Set up Python
57
57
uses : actions/setup-python@v2
58
58
with :
59
- python-version : " 3.9 "
59
+ python-version : " 3.10 "
60
60
- name : Cache pip packages
61
61
uses : actions/cache@v2
62
62
with :
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Set up Python
101
101
uses : actions/setup-python@v2
102
102
with :
103
- python-version : " 3.9 "
103
+ python-version : " 3.10 "
104
104
- name : Cache pip packages
105
105
uses : actions/cache@v2
106
106
with :
@@ -144,7 +144,7 @@ jobs:
144
144
- name : Set up Python
145
145
uses : actions/setup-python@v2
146
146
with :
147
- python-version : " 3.9 "
147
+ python-version : " 3.10 "
148
148
- name : Cache pip packages
149
149
uses : actions/cache@v2
150
150
with :
@@ -187,7 +187,7 @@ jobs:
187
187
- name : Set up Python
188
188
uses : actions/setup-python@v2
189
189
with :
190
- python-version : " 3.9 "
190
+ python-version : " 3.10 "
191
191
- name : Cache pip packages
192
192
uses : actions/cache@v2
193
193
with :
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
with :
11
11
fetch-depth : 0
12
- - name : Set up Python 3.9
12
+ - name : Set up Python
13
13
uses : actions/setup-python@v2
14
14
with :
15
- python-version : 3.9
15
+ python-version : " 3.10 "
16
16
- name : Cache pip packages
17
17
uses : actions/cache@v2
18
18
with :
Original file line number Diff line number Diff line change
1
+ Now it requires Python 3.10 or higher to run.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ project_urls =
29
29
package_dir =
30
30
= src
31
31
packages = find_namespace:
32
- python_requires = >=3.9
32
+ python_requires = >=3.10
33
33
setup_requires =
34
34
setuptools>=50.3.2
35
35
install_requires =
@@ -44,7 +44,7 @@ install_requires =
44
44
trafaret>=2.1.0
45
45
uvloop>=0.16.0
46
46
zipstream~=1.1.4
47
- backend.ai-common~=22.3.0.dev0
47
+ backend.ai-common~=22.3.0b2
48
48
zip_safe = false
49
49
include_package_data = true
50
50
You can’t perform that action at this time.
0 commit comments