From e159d45765f31ccd95be226013e778915a2aa5d9 Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:40:14 +0300 Subject: [PATCH] Update dependabot config, Python version, and README badge Enabled beta ecosystems in dependabot.yml for enhanced dependency updates. Relaxed the Python version constraint in pyproject.toml to support 4.x releases. Added a "Last Commit" badge to the README for better project tracking. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ README.md | 1 + pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 19053ed..4cfb978 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 +enable-beta-ecosystems: true + updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests diff --git a/README.md b/README.md index 8938b18..c3fe6e7 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ [![Code Checks](https://github.com/DanielAvdar/python-template/actions/workflows/code-checks.yml/badge.svg)](https://github.com/DanielAvdar/python-template/actions/workflows/code-checks.yml) [![codecov](https://codecov.io/gh/DanielAvdar/python-template/graph/badge.svg?token=N0V9KANTG2)](https://codecov.io/gh/DanielAvdar/python-template) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +![Last Commit](https://img.shields.io/github/last-commit/DanielAvdar/python-template/main) diff --git a/pyproject.toml b/pyproject.toml index 57a7ec8..b66eb4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -requires-python = ">=3.9,<4" +requires-python = ">=3.9" keywords = [ "python"