Skip to content

Commit cfbeefd

Browse files
committed
update github actions python3.13 testing
1 parent be277a1 commit cfbeefd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 3
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.x"]
1616
timeout-minutes: 3
1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
dynamic = ["version"]
12-
description = "Things which I thought should be set in builtins."
13-
requires-python = ">=3.7"
12+
description = "Expanding Python's built-in functionalities to enable richer and more versatile work scenarios."
13+
requires-python = ">=3.8"
1414

1515
[project.urls]
1616
Home = "https://github.com/ClericPy/morebuiltins"

0 commit comments

Comments
 (0)