Skip to content

Commit 3facfdf

Browse files
committed
Give up on python 3.8
1 parent cbca879 commit 3facfdf

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:

python/example-pytest-selfie/poetry.lock

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

python/example-pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Selina Delgado <[email protected]>","Harvir Sahota <hsahota2312@
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.9"
1010
openai = "^1.0.0"
1111

1212
[tool.poetry.group.dev.dependencies]

python/pytest-selfie/poetry.lock

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

python/pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
10+
python = "^3.9"
1111
pytest = "^8.0.0"
1212
selfie-lib = { path = "../selfie-lib", develop = true }
1313

python/selfie-lib/poetry.lock

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

python/selfie-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
10+
python = "^3.9"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
ruff = "^0.4.0"

0 commit comments

Comments
 (0)