Skip to content

Commit af3ecad

Browse files
committed
updated workflow to python v3.12
1 parent b80c5df commit af3ecad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pub-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
contents: read
1515
steps:
1616
- uses: actions/checkout@main
17-
- name: Set up Python 3.7
17+
- name: Set up Python 3.12
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.7
20+
python-version: 3.12
2121
- name: Install pypa/build
2222
run: >-
2323
python -m

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Set up Python environment
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: "3.11"
15+
python-version: "3.12"
1616
- name: flake8 Lint
1717
uses: py-actions/flake8@v2

0 commit comments

Comments
 (0)