Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f06cf1

Browse filesBrowse files
Test with declare support for Python up to 3.13
1 parent b7ccf17 commit 2f06cf1
Copy full SHA for 2f06cf1

File tree

3 files changed

+5
-3
lines changed
Filter options

3 files changed

+5
-3
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.10", "3.11"]
10+
python-version: ["3.7", "3.8", "3.10", "3.11", "3.12", "3.13"]
1111
include:
1212
- python-version: "3.9"
1313
use_coverage: 'coverage'

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@
8383
"Programming Language :: Python :: 3.9",
8484
"Programming Language :: Python :: 3.10",
8585
"Programming Language :: Python :: 3.11",
86+
"Programming Language :: Python :: 3.12",
87+
"Programming Language :: Python :: 3.13",
8688
],
8789
)

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py3{6,7,8,9}
4-
py3{6,7,8,9}-functional
3+
py3{6,7,8,9,10,11,12,13}
4+
py3{6,7,8,9,10,11,12,13}-functional
55

66
[testenv]
77
passenv = TOXENV,CI,TRAVIS,TRAVIS_*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.