Skip to content

Commit 7fba8f6

Browse files
committed
python version increase in workflows
1 parent 0ff2f82 commit 7fba8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: '3.10'
13+
python-version: '3.11'
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v1
1111
with:
12-
python-version: '3.10'
12+
python-version: '3.11'
1313
architecture: x64
1414
- run: python -m pip install --upgrade pip
1515
- run: pip install poetry==1.*

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: '3.10'
16+
python-version: '3.11'
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)