Skip to content

Commit

Permalink
workflows: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-inic committed May 28, 2024
1 parent fabb711 commit f61ce8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.11.6]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,4 +26,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: |
run: |
6 changes: 3 additions & 3 deletions .github/workflows/django_redis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: Django Redis

name: Django Redis

on:
workflow_call:
Expand All @@ -15,7 +15,7 @@ jobs:
test:
runs-on: ubuntu-20.04

container: python:3.9.6
container: python:3.11.6

services:
redis:
Expand Down

0 comments on commit f61ce8c

Please sign in to comment.