Skip to content

Commit d6939b7

Browse files
committed
Update; bump min python; test with newer python
1 parent 6719b6e commit d6939b7

File tree

3 files changed

+247
-301
lines changed

3 files changed

+247
-301
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-22.04, windows-2025]
13-
python-version: ['3.10', '3.12']
12+
os: [ubuntu-24.04, windows-2025]
13+
python-version: ['3.11', '3.12', '3.13', '3.14']
1414

1515
steps:
1616
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "msys2-devtools"
33
version = "0.1.0"
44
description = ""
55
authors = [{ name = "Christoph Reiter", email = "[email protected]" }]
6-
requires-python = ">=3.10.0,<4.0"
6+
requires-python = ">=3.11.0,<4.0"
77
readme = "README.md"
88
license = "BSD-3-Clause"
99
dependencies = [
1010
"tabulate>=0.9.0,<0.10",
1111
"requests>=2.28.2,<3",
1212
"pydantic>=2.0,<3",
13-
"pyzstd>=0.17.0,<0.18",
13+
"pyzstd>=0.18.0,<0.19",
1414
]
1515

1616
[project.optional-dependencies]

0 commit comments

Comments
 (0)