Skip to content

Commit

Permalink
Move fork text higher up in the readme (#47)
Browse files Browse the repository at this point in the history
- Move fork text higher up in the readme
- Allow CI workflows to run concurrently
- Add changelog for python 3.13 support
  • Loading branch information
Archmonger authored Sep 28, 2024
1 parent 696d0ae commit 9d904e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
branches:
- main

concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true

jobs:
lint-python:
name: Lint Python
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)!
### Added

- Support Python 3.13.

## [2.0.1] - 2024-09-13

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

_Production-grade static file server for Python web apps._

_A fork of [WhiteNoise](https://github.com/evansd/whitenoise) for continued [maintenance and feature updates](https://archmonger.github.io/ServeStatic/latest/changelog/)._

---

With a couple of lines of configuration `ServeStatic` allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3, or any other external service. This is especially useful on Heroku, OpenShift, and other PaaS providers.
Expand Down Expand Up @@ -55,7 +57,3 @@ There are two answers here. One is that ServeStatic is designed to work in situa
None of this is rocket science, but it's fiddly and annoying and `ServeStatic` takes care of all it for you.

<!--desc-end-->

---

_This project is a fork of [WhiteNoise](https://github.com/evansd/whitenoise) for continued maintenance and feature updates._

0 comments on commit 9d904e4

Please sign in to comment.