We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80c5df commit af3ecadCopy full SHA for af3ecad
.github/workflows/pub-pypi.yml
@@ -14,10 +14,10 @@ jobs:
14
contents: read
15
steps:
16
- uses: actions/checkout@main
17
- - name: Set up Python 3.7
+ - name: Set up Python 3.12
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.7
+ python-version: 3.12
21
- name: Install pypa/build
22
run: >-
23
python -m
.github/workflows/tests.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Set up Python environment
13
uses: actions/setup-python@v4
- python-version: "3.11"
+ python-version: "3.12"
- name: flake8 Lint
uses: py-actions/flake8@v2
0 commit comments