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 7128af1 commit b8ef6e9Copy full SHA for b8ef6e9
.github/workflows/cd.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
- name: Set up Python
12
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
13
with:
14
python-version: '3.13'
15
- name: Install dependencies
.github/workflows/tox_ci.yml
@@ -6,7 +6,7 @@ jobs:
6
7
8
- name: Run black
python-version: 3.8
- name: install black
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Setup Python
24
25
26
python-version: ${{ matrix.python }}
27
- name: install tox
0 commit comments