Skip to content

Commit

Permalink
Bump minimum supported Python version from 3.8 to 3.9
Browse files Browse the repository at this point in the history
Fixes #115
  • Loading branch information
michaelAbon1p committed Dec 17, 2024
1 parent 06bc175 commit 2f4ef84
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
permissions:
contents: read
on:
push:
branches: main
on:
push:
branches: main
pull_request:

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
Expand Down
93 changes: 7 additions & 86 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/1Password/connect-sdk-python"
"Report Security Issue" = "https://bugcrowd.com/agilebits"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
python-dateutil = "^2.8.1"
httpx = "^0.23.3"

Expand Down

0 comments on commit 2f4ef84

Please sign in to comment.