robotcode-modifiers 1.9.0__tar.gz → 2.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-modifiers
3
- Version: 1.9.0
3
+ Version: 2.0.0
4
4
  Summary: Some Robot Framework Modifiers for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -15,15 +15,16 @@ Classifier: Framework :: Robot Framework
15
15
  Classifier: Framework :: Robot Framework :: Tool
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python
18
- Classifier: Programming Language :: Python :: 3.8
19
- Classifier: Programming Language :: Python :: 3.9
20
18
  Classifier: Programming Language :: Python :: 3.10
21
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
22
23
  Classifier: Programming Language :: Python :: Implementation :: CPython
23
24
  Classifier: Programming Language :: Python :: Implementation :: PyPy
24
25
  Classifier: Topic :: Utilities
25
26
  Classifier: Typing :: Typed
26
- Requires-Python: >=3.8
27
+ Requires-Python: >=3.10
27
28
  Requires-Dist: robotframework>=4.1.0
28
29
  Description-Content-Type: text/markdown
29
30
 
@@ -6,17 +6,18 @@ build-backend = "hatchling.build"
6
6
  name = "robotcode-modifiers"
7
7
  description = 'Some Robot Framework Modifiers for RobotCode'
8
8
  readme = { "file" = "README.md", "content-type" = "text/markdown" }
9
- requires-python = ">=3.8"
9
+ requires-python = ">=3.10"
10
10
  license = {text = "Apache-2.0"}
11
11
  keywords = []
12
12
  authors = [{ name = "Daniel Biehl", email = "dbiehl@live.de" }]
13
13
  classifiers = [
14
14
  "Development Status :: 5 - Production/Stable",
15
15
  "Programming Language :: Python",
16
- "Programming Language :: Python :: 3.8",
17
- "Programming Language :: Python :: 3.9",
18
16
  "Programming Language :: Python :: 3.10",
19
17
  "Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
20
21
  "Programming Language :: Python :: Implementation :: CPython",
21
22
  "Programming Language :: Python :: Implementation :: PyPy",
22
23
  "Operating System :: OS Independent",
@@ -44,11 +45,11 @@ dev-mode-dirs = ["src"]
44
45
 
45
46
  [tool.hatch.build.targets.wheel]
46
47
  only-include = ["src/robotcode"]
47
- sources = ["src"]
48
+
48
49
 
49
50
  [tool.hatch.build.targets.sdist]
50
51
  only-include = ["src"]
51
52
 
52
53
  [tool.hatch.envs.build]
53
54
  detached = true
54
- python = "38"
55
+ python = "310"
@@ -0,0 +1 @@
1
+ __version__ = "2.0.0"
@@ -1 +0,0 @@
1
- __version__ = "1.9.0"