Skip to content

Commit 9a95d49

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/run-tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '3.10'
1818
- '3.11'
1919
- '3.12'
20+
- '3.13'
2021
os: [ubuntu-latest]
2122
include:
2223
- python-version: '3.6'

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/
44
/_meta.py
55
/build/
66
/dist/
7+
/.idea/

setup.py

+1
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)