Skip to content

Commit

Permalink
Remove 3.8, 3.9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Geuthur committed Aug 6, 2024
1 parent 43bdc29 commit c85cd96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/autotester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
# Set Python versions to test against
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## \[0.1.7\] - 2024-08-01
## \[0.1.7\] - 2024-08-06

### Added

Expand All @@ -12,6 +12,7 @@

- Hall of Fame/Shame Tab Display (in some cases it shows both)
- Classmethod attackers_mains & threshold
- Python 3.8, 3.8 Support

## \[0.1.6\] - 2024-07-20

Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = { file = "LICENSE" }
authors = [
{ name = "Geuthur", email = "devgeuthur@gmail.com" },
]
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Environment :: Web Environment",
"Framework :: Django",
Expand All @@ -23,8 +23,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
requires =
tox>=4.2
env_list =
allianceauth-{latest, testing}
py{312, 311, 310, 39, 38}
allianceauth-{latest}
py{312, 311, 310}
no_package = true
usedevelop = true

Expand Down

0 comments on commit c85cd96

Please sign in to comment.