Skip to content

Commit b658d59

Browse files
committed
Bump minimum Python to 3.9 + add 3.12 and 3.13
* Bump pyproject.toml min version * Remove old tags * Add new tags for Python 3.12 and 3.13 * Update the CI config for the project * Update README.rst
1 parent 5d142a5 commit b658d59

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installing
2828

2929
The only requirements are:
3030

31-
* Python 3.7+
31+
* Python 3.9+
3232
* A compatible c2e version running in the same permission space as the Python interpreter
3333

3434
.. list-table::

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
[project]
22
name = "pyc2e"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
readme = "README.rst"
55
description = "Engine management & script injection for the Creatures Evolution Engine"
66
authors = [
77
{name="pushfoo"}
88
]
99
license = {file = "LICENSE"}
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.9"
1111
classifiers=[
1212
"Development Status :: 3 - Alpha",
1313
"Environment :: Win32 (MS Windows)",
1414
"Intended Audience :: Developers",
1515
"Natural Language :: English",
1616
"Operating System :: Microsoft :: Windows",
17-
"Programming Language :: Python :: 3.7",
18-
"Programming Language :: Python :: 3.8",
1917
"Programming Language :: Python :: 3.9",
2018
"Programming Language :: Python :: 3.10",
2119
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)