We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d87186 commit dce0988Copy full SHA for dce0988
3 files changed
.github/workflows/python-package.yml
@@ -9,7 +9,6 @@ jobs:
9
fail-fast: false
10
matrix:
11
python-version:
12
- - '3.7'
13
- '3.8'
14
- '3.9'
15
- '3.10'
README.rst
@@ -27,7 +27,9 @@ different machines.
27
28
Jug is a pure Python implementation and should work on any platform.
29
30
-Python versions 3.7 and above are supported.
+Python versions 3.8 and above are supported (will almost certainly work on
31
+earlier versions as well, but they are not part of the [CI
32
+suite](https://github.com/luispedro/jug/actions).
33
34
*Documentation*: `https://jug.readthedocs.io/ <https://jug.readthedocs.io/>`__
35
pyproject.toml
@@ -11,21 +11,21 @@ license = {text = "MIT"}
authors = [
{name = "Luis Pedro Coelho", email = "luis@luispedro.org"}
]
-requires-python = ">=3.7"
+requires-python = ">=3.8"
classifiers = [
16
"Development Status :: 5 - Production/Stable",
17
"Environment :: Console",
18
"Operating System :: POSIX",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.7",
23
"Programming Language :: Python :: 3.8",
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering",
"Topic :: Software Development",
"Topic :: System :: Distributed Computing",
0 commit comments