Skip to content

Commit 0291eba

Browse files
authored
Merge pull request #7 from LeakIX/dw/update-ci
CI: update
2 parents 6a39133 + de5aae6 commit 0291eba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
10-
poetry-version: ["1.4.0"]
11-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
poetry-version: ["1.8.5"]
11+
os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/leakix/l9format-python"
1111
documentation = "https://github.com/leakix/l9format-python"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.7"
14+
python = "^3.9"
1515
# Updating to 0.9.0 breaks the support of iso8601.
1616
# The author of serde updated its code to use the stdlib iso8601 support, which
1717
# does not support for instance:

0 commit comments

Comments
 (0)