We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3d2d1 commit 5c78c0dCopy full SHA for 5c78c0d
1 file changed
.github/workflows/test.yml
@@ -53,6 +53,8 @@ jobs:
53
54
- name: Set up Python ${{ matrix.python-version }}
55
uses: actions/setup-python@v4
56
+ with:
57
+ python-version: "3.11"
58
59
- name: Install dependencies
60
run: python -m pip install tox
0 commit comments