From 870dee429257c6f7eac6d3676bf7e4c57eb43113 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Mon, 15 Jan 2024 10:37:32 -0600 Subject: [PATCH] Ruff badge & py312 support (#120) * adding ruff badge * adding python 3.12 support info --- README.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a24957c5..ee025953 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ScreenPy [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) +[![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) ``` TITLE CARD: diff --git a/pyproject.toml b/pyproject.toml index 9aedc642..435533b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Software Development :: Quality Assurance",