File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
73
- python-version : ["3.8", "3.10 "]
73
+ python-version : ["3.8", "3.11 "]
74
74
fast-compile : [0,1]
75
75
float32 : [0,1]
76
76
install-numba : [1]
@@ -88,11 +88,11 @@ jobs:
88
88
- python-version : " 3.8"
89
89
fast-compile : 0
90
90
float32 : 1
91
- - python-version : " 3.10 "
91
+ - python-version : " 3.11 "
92
92
fast-compile : 1
93
- - python-version : " 3.10 "
93
+ - python-version : " 3.11 "
94
94
float32 : 1
95
- - python-version : " 3.10 "
95
+ - python-version : " 3.11 "
96
96
part : " tests/tensor/test_math.py"
97
97
steps :
98
98
- uses : actions/checkout@v3
@@ -223,7 +223,7 @@ jobs:
223
223
- name : Set up Python
224
224
uses : actions/setup-python@v4
225
225
with :
226
- python-version : " 3.10 "
226
+ python-version : " 3.11 "
227
227
228
228
- name : Install dependencies
229
229
run : |
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers = [
37
37
" Programming Language :: Python :: 3.8" ,
38
38
" Programming Language :: Python :: 3.9" ,
39
39
" Programming Language :: Python :: 3.10" ,
40
+ " Programming Language :: Python :: 3.11" ,
40
41
]
41
42
42
43
keywords = [
You can’t perform that action at this time.
0 commit comments