We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ff442 commit 5c5cc54Copy full SHA for 5c5cc54
1 file changed
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v5
31
- name: Set up Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
33
with:
34
python-version: ${{ matrix.python-version }}
35
allow-prereleases: true
@@ -62,7 +62,7 @@ jobs:
62
- name: Checkout source
63
uses: actions/checkout@v5
64
- name: Set up Python
65
66
67
python-version: "3.10"
68
- name: install flit
0 commit comments