Skip to content

Commit 6eef6fa

Browse files
committed
Try some fiddling around w/actions
1 parent 1a7e001 commit 6eef6fa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
- "sqlite"
3030
- "postgresql"
3131
- "mysql"
32-
exclude:
33-
- python-version: 2.7
34-
peewee-backend: postgresql
35-
- python-version: "3.13"
36-
peewee-backend: postgresql
3732
include:
3833
- python-version: "3.11"
3934
peewee-backend: cockroachdb
@@ -42,8 +37,8 @@ jobs:
4237
- python-version: "3.13"
4338
peewee-backend: psycopg3
4439
steps:
45-
- uses: actions/checkout@v2
46-
- uses: actions/setup-python@v2
40+
- uses: actions/checkout@v4
41+
- uses: actions/setup-python@v5
4742
with:
4843
python-version: ${{ matrix.python-version }}
4944
- name: deps

0 commit comments

Comments
 (0)