Skip to content

Commit

Permalink
Updated PyPI publish runs-on
Browse files Browse the repository at this point in the history
Added Django 5.0 to supported versions in README & docs.
  • Loading branch information
respondcreate committed Jan 21, 2024
1 parent b631ac6 commit a997f37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Run Tests, Evaluate Coverage, Package & Release

on:
push: {}
pull_request: {}
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
pull_request_target:
types:
- opened
Expand Down Expand Up @@ -83,7 +89,7 @@ jobs:
parallel-finished: true
publish-to-pypi:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: run-tests
steps:
- uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Compatibility
- 3.2.x
- 4.0.x
- 4.1.x
- 5.0.x

**NOTE**: The 1.4 release dropped support for Django 1.5.x & 1.6.x.

Expand Down
1 change: 1 addition & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Django Compatibility
- 3.2.x
- 4.0.x
- 4.1.x
- 5.0.x

Dependencies
------------
Expand Down

0 comments on commit a997f37

Please sign in to comment.