Skip to content

Commit

Permalink
chore: bump min Python version to 3.11 and test through 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz committed Dec 9, 2024
1 parent fc49e76 commit 9a1a8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
description = "A GitHub Runner for deploying on cloud backends"
authors = [{ name = "Ethan Holz", email = "[email protected]" }]
readme = "README.md"
requires-python = ">= 3.10"
requires-python = ">= 3.11"
dependencies = ["boto3", "requests"]

[project.optional-dependencies]
Expand Down

0 comments on commit 9a1a8ce

Please sign in to comment.