Skip to content

Commit

Permalink
Merge pull request #103 from pymeasure/add-python-versions
Browse files Browse the repository at this point in the history
Add supported python versions to readme via shield.
  • Loading branch information
BenediktBurger authored Nov 20, 2024
2 parents 54bda60 + 10059ef commit 66d2aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PyLECO

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyleco)
[![codecov](https://codecov.io/gh/pymeasure/pyleco/graph/badge.svg?token=9OB3GWDLRB)](https://codecov.io/gh/pymeasure/pyleco)
[![pypi release](https://img.shields.io/pypi/v/pyleco.svg)](https://pypi.org/project/pyleco/)
[![conda-forge release](https://anaconda.org/conda-forge/pyleco/badges/version.svg)](https://anaconda.org/conda-forge/pyleco)
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 66d2aa9

Please sign in to comment.