From 50d61146a8c57899468305e19a4dd38d74d04cb3 Mon Sep 17 00:00:00 2001 From: Bryan Bugyi Date: Tue, 16 Jan 2024 12:10:44 -0500 Subject: [PATCH] Run cruft update --- .cruft.json | 2 +- README.md | 2 +- setup.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index e89ca8e5..5b41d249 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/python-boltons/cc-python", - "commit": "4cb578f273fed93c6003fb5e98581d21ce25277c", + "commit": "d28d8193449cc515bd390bea07a92e2a2174078f", "checkout": null, "context": { "cookiecutter": { diff --git a/README.md b/README.md index 8269e70b..20dc6d0b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _version badges:_ [![Project Version](https://img.shields.io/pypi/v/zettel-org)](https://pypi.org/project/zettel-org/) [![Python Versions](https://img.shields.io/pypi/pyversions/zettel-org)](https://pypi.org/project/zettel-org/) -[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2024.01.16-3&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python) +[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2024.01.16-4&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python) [![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2024.01.16&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python) diff --git a/setup.py b/setup.py index 7ba13096..a1f3d957 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,10 @@ ############################################################################### DESCRIPTION = "The zettel note manager of the future." SUPPORTED_PYTHON_VERSIONS = [ - (3, 8), (3, 9), (3, 10), + (3, 11), + (3, 12), ] USE_SCM_VERSION = {"fallback_version": "0.1.0"}