Skip to content

Commit d7598f2

Browse files
authored
Merge pull request #167 from bretterer/drop-py39
Drop python 3.9 support and add 3.14 to CI pipeline
2 parents 9416614 + ca19af1 commit d7598f2

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Install Python ${{ matrix.python-version }}

poetry.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rivian-python-client"
33
description = "Rivian API Client (Unofficial)"
44
license = "MIT"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
authors = [
88
{ name = "Brian Retterer", email = "bretterer@gmail.com" },
99
{ name = "J.R. Gutierrez", email = "jrgutier@gmail.com" },

0 commit comments

Comments
 (0)