Skip to content

Commit 0ca3ed2

Browse files
committed
Update workflows
Update workflows
1 parent 270568d commit 0ca3ed2

File tree

5 files changed

+52
-52
lines changed

5 files changed

+52
-52
lines changed

.github/workflows/dev_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.11
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip wheel

.github/workflows/dev_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.12
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.12"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip wheel

.github/workflows/stable_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.11
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip wheel

.github/workflows/stable_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.12
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.12"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip wheel

.idea/workspace.xml

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)