Skip to content

Commit

Permalink
Bump lowest supported version to 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 4, 2023
1 parent 429267c commit 7687884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.5, 3.9 ]
python-version: [ "3.6", "3.9", "3.11" ]

runs-on: ubuntu-20.04

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[![Build](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/actions/workflows/build.yml/badge.svg)](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/alexdlaird/django-bootstrap-authentication-template-project/branch/main/graph/badge.svg)](https://codecov.io/gh/alexdlaird/django-bootstrap-authentication-template-project)
![Python Versions](https://img.shields.io/badge/python-%203.6%20|%203.7%20|%203.8%20|%203.9%20|%203.10%20|%203.11%20-blue)
![GitHub License](https://img.shields.io/github/license/alexdlaird/django-bootstrap-authentication-template-project)

# Django Bootstrap/Authentication Template Project

## Prerequisites

- Python (>= 3.5)
- Python (>= 3.6)
- Pip (>= 9.0)

## Getting Started
Expand Down

0 comments on commit 7687884

Please sign in to comment.