Skip to content

Commit 996b3f8

Browse files
Add 3.10 support
1 parent 80e44c8 commit 996b3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [ '3.11', '3.12' ]
20+
python-version: [ '3.10', '3.11', '3.12' ]
2121
os: [ macos-15, macos-15-intel, windows-2025, ubuntu-24.04 ]
2222

2323
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
description = "A library to report tracebacks from C/C++ faults."
1515
dynamic = ["version", "readme"]
16-
requires-python = ">=3.11"
16+
requires-python = ">=3.10"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)