Skip to content

Commit c17b7dc

Browse files
committed
stated suppport for python 3.10 -> 3.14
1 parent 3efdca1 commit c17b7dc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![License](https://img.shields.io/badge/license-MIT-brightgreen)
88
![Version](https://img.shields.io/badge/version-0.1.3-blue)
99
![Status](https://img.shields.io/badge/status-pre--release-orange)
10-
![Python](https://img.shields.io/badge/Python-3.12%2B-brightgreen)
10+
![Python](https://img.shields.io/badge/Python-3.10--3.14-brightgreen)
1111
![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)
1212

1313
# Welcome to `pyvisim`!

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ authors = [
1414
requires-python = ">=3.10"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
1722
"Operating System :: OS Independent",
1823
]
1924
dependencies = [

0 commit comments

Comments
 (0)