Skip to content

Commit

Permalink
chore: Dropped support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 30, 2024
1 parent 9a4ffbe commit f9bcb76
Show file tree
Hide file tree
Showing 5 changed files with 651 additions and 571 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nox==2024.4.15
nox==2024.10.9
nox-poetry==1.0.3
pip==24.2
poetry==1.8.3
pip==24.3.1
poetry==1.8.4
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,12 @@ jobs:
strategy:
matrix:
include:
- {python-version: "3.12", session: "mypy"}
- {python-version: "3.13", session: "mypy"}
- {python-version: "3.13", session: "tests"}
- {python-version: "3.12", session: "tests"}
- {python-version: "3.11", session: "tests"}
- {python-version: "3.10", session: "tests"}
- {python-version: "3.9", session: "tests"}
- {python-version: "3.8", session: "tests"}

steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"3.11",
"3.10",
"3.9",
"3.8",
]
main_python_version = "3.12"
locations = src_dir, tests_dir, "noxfile.py"
Expand Down
Loading

0 comments on commit f9bcb76

Please sign in to comment.