Skip to content

Commit 58d0488

Browse files
committed
Another try at workflow dependencies
1 parent a44dae5 commit 58d0488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Creative Commons Zero v1.0 Universal"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
10+
python = "^3.10"
1111
jinja2 = "^3.1.2"
1212
symbolicmode = "^2.0.0"
1313

0 commit comments

Comments
 (0)