|
1 | 1 | [tool.poetry] |
2 | 2 | name = "pytest-textual-snapshot" |
3 | | -version = "1.0.0" |
| 3 | +version = "1.1.0" |
4 | 4 | description = "Snapshot testing for Textual apps" |
5 | 5 | authors = [ "Darren Burns <[email protected]>"] |
6 | | -maintainers = ["Darren Burns <darren@textualize.io>"] |
| 6 | +maintainers = ["Will McGugan <will@textualize.io>"] |
7 | 7 | license = "MIT" |
8 | 8 | readme = "README.md" |
9 | 9 | homepage = "https://github.com/darrenburns/pytest-textual-snapshot" |
10 | 10 | classifiers = [ |
11 | | - "Development Status :: 4 - Beta", |
| 11 | + "Development Status :: 5 - Production/Stable", |
12 | 12 | "Framework :: Pytest", |
13 | 13 | "Intended Audience :: Developers", |
14 | 14 | "Topic :: Software Development :: Testing", |
15 | 15 | "Programming Language :: Python", |
16 | 16 | "Programming Language :: Python :: 3", |
17 | | - "Programming Language :: Python :: 3.5", |
18 | | - "Programming Language :: Python :: 3.6", |
19 | | - "Programming Language :: Python :: 3.7", |
20 | 17 | "Programming Language :: Python :: 3.8", |
21 | 18 | "Programming Language :: Python :: 3.9", |
22 | 19 | "Programming Language :: Python :: 3.10", |
23 | 20 | "Programming Language :: Python :: 3.11", |
| 21 | + "Programming Language :: Python :: 3.12", |
| 22 | + "Programming Language :: Python :: 3.13", |
24 | 23 | "Programming Language :: Python :: 3 :: Only", |
25 | 24 | "Programming Language :: Python :: Implementation :: CPython", |
26 | 25 | "Programming Language :: Python :: Implementation :: PyPy", |
|
0 commit comments