Skip to content

Commit e98a07d

Browse files
committed
Update supported python versions: >= 3.8, <= 3.13
1 parent 5a2dba6 commit e98a07d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v3

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ requires-python = ">=3.8"
1010
license = { text = "BSD 3-Clause License" }
1111

1212
classifiers = [
13-
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
1818
]
1919
dependencies = [
2020
"GitPython",
@@ -53,4 +53,4 @@ source = "vcs"
5353
[tool.pytest]
5454
testpaths = "tests"
5555
timeout_method = "signal"
56-
addopts = "-ra -W error::DeprecationWarning"
56+
# addopts = "-ra -W error::DeprecationWarning"

0 commit comments

Comments
 (0)