Skip to content

Commit

Permalink
Drop 3.8 support (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathialo authored Aug 21, 2024
1 parent d6a845f commit 559a9df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]

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 @@ -52,7 +52,7 @@ warn_unused_ignores = true
exclude = "tests/*"

[tool.poetry.dependencies]
python = "^3.8.0"
python = "^3.9.0"
cognite-sdk = "^7.43.3"
prometheus-client = ">0.7.0, <=1.0.0"
arrow = "^1.0.0"
Expand Down

0 comments on commit 559a9df

Please sign in to comment.