Skip to content

Commit b19701f

Browse files
committed
Run Trove Classifier for Python 3.13 and add it to test matrix
1 parent 9d5e0d3 commit b19701f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version:
14-
- '3.7'
1514
- '3.8'
1615
- '3.9'
1716
- '3.10'
1817
- '3.11'
1918
- '3.12'
19+
- '3.13'
2020
os: [ubuntu-latest]
2121
include:
2222
- python-version: '3.6'
2323
os: ubuntu-20.04
24+
- python-version: '3.7'
25+
os: ubuntu-22.04
2426
steps:
2527
- name: Check out repository code
2628
uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/
44
/_meta.py
55
/build/
66
/dist/
7+
/.idea/

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def run(self):
147147
"Programming Language :: Python :: 3.10",
148148
"Programming Language :: Python :: 3.11",
149149
"Programming Language :: Python :: 3.12",
150+
"Programming Language :: Python :: 3.13",
150151
"Topic :: Software Development :: Testing",
151152
],
152153
project_urls = dict(

0 commit comments

Comments
 (0)