Skip to content

Commit 00ea3f4

Browse files
committed
Increase python version
1 parent 2f34412 commit 00ea3f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-python@master
1212
with:
13-
python-version: 3.10
13+
python-version: 3.10.19
1414
- env:
1515
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
1616
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@master
2626
- uses: actions/setup-python@master
2727
with:
28-
python-version: 3.10
28+
python-version: 3.10.19
2929
- env:
3030
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
3131
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@master
4141
- uses: actions/setup-python@master
4242
with:
43-
python-version: 3.10
43+
python-version: 3.10.19
4444
- env:
4545
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
4646
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 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@master
10-
- name: Set up Python 3.9
10+
- name: Set up Python 3.10.19
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.9
13+
python-version: 3.10.19
1414
- name: Install pypa/build
1515
run: >-
1616
python -m

0 commit comments

Comments
 (0)