Skip to content

Commit

Permalink
Drops Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
timonweb committed Dec 14, 2023
1 parent 260076b commit 4d7a815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12" ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Upgrades Tailwind CSS dependencies;
- Removes `@tailwindcss/line-clamp` dependency as it's now included in Tailwind by default;
- Ensures Django 5.0 support;
- Drops Python 3.8 support;
- Drops Python 3.8, 3.9 support;
- Ensures Python 3.12 support;
- Updates docs for Windows users;

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
Expand Down

0 comments on commit 4d7a815

Please sign in to comment.