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 35f8f73 commit 8311cf6Copy full SHA for 8311cf6
.github/workflows/core_code_checks.yml
@@ -15,10 +15,10 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
- - name: Set up Python 3.8.13
+ - name: Set up Python 3.10.15
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.8.13'
+ python-version: '3.10.15'
22
- uses: actions/cache@v2
23
24
path: ${{ env.pythonLocation }}
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
- python-version: '3.8'
+ python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install build twine
0 commit comments