Skip to content

Commit

Permalink
drop support for python 3.8, add 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Nov 29, 2024
1 parent 28c0dc4 commit a487548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# see currently supported releases: https://devguide.python.org/versions/
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
# direct dependencies
"bsdiff4==1.2.*",
Expand Down

0 comments on commit a487548

Please sign in to comment.