Skip to content

Commit e1eea63

Browse files
authored
Update CI workflow
1 parent 7747065 commit e1eea63

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches: [ main ]
77
tags:
8+
- '*'
89
workflow_dispatch:
910
schedule:
1011
# Run every Sunday at 03:53 UTC
@@ -42,19 +43,19 @@ jobs:
4243
python-version: 3.9
4344
toxenv: py39-test-pytest62
4445
- os: macos-latest
45-
python-version: 3.8
46-
toxenv: py38-test-pytestdev
46+
python-version: '3.11'
47+
toxenv: py311-test-pytestdev
4748
- os: ubuntu-latest
4849
python-version: '3.10'
4950
toxenv: py310-test-pytest70
5051
toxargs: --pre
5152

5253
steps:
53-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
5455
with:
5556
fetch-depth: 0
5657
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v4
5859
with:
5960
python-version: ${{ matrix.python-version }}
6061
- name: Install Tox

0 commit comments

Comments
 (0)