Skip to content

Commit 13725a8

Browse files
authored
python: 3.11 -> 3.14 (#139)
1 parent 3ae319f commit 13725a8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: [
9-
'3.11',
9+
'3.14',
1010
]
1111
name: Python ${{ matrix.python-version }}
1212
steps:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.14

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pydantic==2.8.2
2-
mypy==1.14.1
3-
ruff==0.8.6
1+
pydantic==2.12.3
2+
mypy==1.18.2
3+
ruff==0.14.3
44
python-frontmatter==1.1.0
5-
requests==2.32.3
6-
pytest==8.3.2
7-
types-requests==2.32.0.20240712
8-
flareio>=0.2.3
5+
requests==2.32.5
6+
pytest==8.4.2
7+
types-requests==2.32.4.20250913
8+
flareio>=1.1.0

0 commit comments

Comments
 (0)