Skip to content

Commit b623bab

Browse files
Merge pull request #120 from Doist/brandon/utcnow
Remove uses of utcnow, update deps for python 3.12
2 parents ec9e299 + 97aa066 commit b623bab

File tree

6 files changed

+273
-223
lines changed

6 files changed

+273
-223
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.11
2+
python: python3.12
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.11
2+
python_version = 3.12
33
follow_imports = silent
44
scripts_are_modules = true
55
namespace_packages = true

0 commit comments

Comments
 (0)