Skip to content

Commit

Permalink
Merge pull request #25 from ikalnytskyi/chore/drop-py37
Browse files Browse the repository at this point in the history
Drop Python 3.7; add Python 3.10, 3.11 & 3.12
  • Loading branch information
ikalnytskyi authored May 5, 2024
2 parents 6789d25 + d212393 commit b6c6970
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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 @@ -10,7 +10,7 @@ repository = "https://github.com/ikalnytskyi/httpie-credential-store"
keywords = ["httpie", "credential", "store", "keychain", "plugin", "auth"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
httpie = "^3.1"
keyring = "^23.5"

Expand Down

0 comments on commit b6c6970

Please sign in to comment.