Skip to content

Commit 5717ca1

Browse files
author
lidong
committed
update github actions python3.13 testing
1 parent b8b4fe6 commit 5717ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
dynamic = ["version"]
1212
description = "Things which I thought should be set in builtins."
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.8"
1414

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

0 commit comments

Comments
 (0)