Skip to content

Commit d515452

Browse files
committed
Revert "Drop 3.10 to use new datetime API"
This reverts commit c47ae7b.
1 parent b3eb71c commit d515452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.11", "3.12", "3.13", "3.14"]
17+
python-version: ["pypy3.11", "3.10", "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 = [ "py311" ]
2+
target_version = [ "py310" ]
33

44
[tool.ruff]
55
fix = true

0 commit comments

Comments
 (0)