Skip to content

Commit 98ff815

Browse files
committed
build: Test 3.13 and fix classifiers
1 parent ab49e0c commit 98ff815

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- "3.10"
1515
- "3.11"
1616
- "3.12"
17+
- "3.13"
1718
container:
1819
image: "python:${{ matrix.python-version }}"
1920
steps:

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
'Topic :: Software Development :: Libraries :: Application Frameworks',
4242
'Programming Language :: Python :: 2.7',
4343
'Programming Language :: Python :: 3',
44-
'Programming Language :: Python :: 3.6',
45-
'Programming Language :: Python :: 3.7',
4644
'Programming Language :: Python :: 3.8',
4745
'Programming Language :: Python :: 3.9',
46+
'Programming Language :: Python :: 3.10',
47+
'Programming Language :: Python :: 3.11',
48+
'Programming Language :: Python :: 3.12',
49+
'Programming Language :: Python :: 3.13',
4850
],
4951
)

0 commit comments

Comments
 (0)