Skip to content

Commit 68cbc9a

Browse files
committed
update ci
1 parent ba9cfb9 commit 68cbc9a

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Set up Python 3.10
10+
- name: Set up Python 3.13
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: "3.10"
13+
python-version: "3.13"
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2
30-
- name: Set up Python 3.10
30+
- name: Set up Python 3.13
3131
uses: actions/setup-python@v2
3232
with:
33-
python-version: "3.10"
33+
python-version: "3.13"
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
python-version: ['3.8', '3.9', '3.10', '3.11']
55+
python-version: ['3.11', '3.12', '3.13']
5656

5757
steps:
5858
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.13"
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ classifiers = [
1717
'Topic :: Scientific/Engineering :: Artificial Intelligence',
1818
'Natural Language :: English',
1919
'Programming Language :: Python :: 3',
20-
'Programming Language :: Python :: 3.6',
21-
'Programming Language :: Python :: 3.7',
22-
'Programming Language :: Python :: 3.8',
2320
]
2421

2522
dependencies = [

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest~=6.2
22
onnxruntime~=1.7
3-
skl2onnx~=1.17.0
3+
skl2onnx~=1.19.0

0 commit comments

Comments
 (0)