Skip to content

Commit bb9d74c

Browse files
authored
Merge pull request #61 from pganssle/upgrade_versions
Upgrade versions in github actions
2 parents 291f754 + 4168121 commit bb9d74c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
11+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
env:
1414
TOXENV: py
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: ${{ matrix.python-version }} - ${{ matrix.os }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -36,11 +36,11 @@ jobs:
3636
TOXENV: ${{ matrix.toxenv }}
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: ${{ matrix.toxenv }}
41-
uses: actions/setup-python@v1
41+
uses: actions/setup-python@v4
4242
with:
43-
python-version: 3.8
43+
python-version: "3.10"
4444
- name: Install tox
4545
run: |
4646
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)