Skip to content

Commit c47ae7b

Browse files
committed
Drop 3.10 to use new datetime API
1 parent 0629912 commit c47ae7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["pypy3.11", "3.10", "3.11", "3.12", "3.13", "3.14"]
17+
python-version: ["pypy3.11", "3.11", "3.12", "3.13", "3.14"]
1818
os: [ubuntu-latest]
1919

2020
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
target_version = [ "py310" ]
2+
target_version = [ "py311" ]
33

44
[tool.ruff]
55
fix = true

0 commit comments

Comments
 (0)