Skip to content

Commit 6a78d3b

Browse files
Update GH actions (#42)
1 parent e180fe8 commit 6a78d3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu, macos, windows]
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
11+
python-version:
12+
["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"]
1213

1314
steps:
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)