From 4e040c088e15a404dcd740c7c5578520bd708bc4 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Thu, 11 Jan 2024 11:11:01 -0600 Subject: [PATCH] adding ruff badge and python 3.12 info --- README.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 044d53b..0d2153c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ScreenPy Selenium [![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 5031365..2bb2e2b 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",