File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 67
67
run : |
68
68
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/
69
69
70
- test_py310 :
70
+ test_py311 :
71
71
needs : check_code_quality
72
72
strategy :
73
73
matrix :
@@ -80,10 +80,10 @@ jobs:
80
80
- uses : actions/checkout@v4
81
81
with :
82
82
fetch-depth : 0
83
- - name : Set up Python 3.10
83
+ - name : Set up Python 3.11
84
84
uses : actions/setup-python@v5
85
85
with :
86
- python-version : " 3.10 "
86
+ python-version : " 3.11 "
87
87
- name : Upgrade pip
88
88
run : python -m pip install --upgrade pip
89
89
- name : Install uv
94
94
run : |
95
95
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/
96
96
97
- test_py310_numpy2 :
97
+ test_py311_numpy2 :
98
98
needs : check_code_quality
99
99
strategy :
100
100
matrix :
@@ -107,10 +107,10 @@ jobs:
107
107
- uses : actions/checkout@v4
108
108
with :
109
109
fetch-depth : 0
110
- - name : Set up Python 3.10
110
+ - name : Set up Python 3.11
111
111
uses : actions/setup-python@v5
112
112
with :
113
- python-version : " 3.10 "
113
+ python-version : " 3.11 "
114
114
- name : Upgrade pip
115
115
run : python -m pip install --upgrade pip
116
116
- name : Install uv
Original file line number Diff line number Diff line change 264
264
"Programming Language :: Python :: 3.8" ,
265
265
"Programming Language :: Python :: 3.9" ,
266
266
"Programming Language :: Python :: 3.10" ,
267
+ "Programming Language :: Python :: 3.11" ,
267
268
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
268
269
],
269
270
keywords = "datasets machine learning datasets" ,
You can’t perform that action at this time.
0 commit comments