Skip to content

Commit b72a0c9

Browse files
committed
Bump GH runner to ubuntu-22.04
Python 3.5 and 3.6 are no longer supported in the test matrix as a result.
1 parent 733d66b commit b72a0c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
POSTGRES_PASSWORD: django_app
2222
ports:
2323
- 5432:5432
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525
strategy:
2626
matrix:
27-
python: [3.5, 3.6, 3.8, "3.10", "3.12"]
27+
python: [3.8, "3.10", "3.12"]
2828

2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)