Skip to content

Commit 51231a1

Browse files
authored
use 3.11/12 in upgrade deps
1 parent 99dea3e commit 51231a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: ['ubuntu-latest']
1313
package: ["mp-api"]
14-
python-version: ["3.10", "3.11"]
14+
python-version: ["3.11", "3.12"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
@@ -49,7 +49,7 @@ jobs:
4949
needs: upgrade
5050
strategy:
5151
matrix:
52-
python-version: ["3.10"]
52+
python-version: ["3.11"]
5353
steps:
5454
- uses: actions/checkout@v4
5555
with:

0 commit comments

Comments
 (0)