Skip to content

Commit 8ab36fa

Browse files
committed
Test 3.13, drop 3.7 and below
1 parent 6e2634f commit 8ab36fa

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12-dev']
15+
python-version: [3.8, 3.9, '3.10', 3.11, '3.12-dev', '3.13-dev']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ long_description = file: README.md
99
long_description_content_type = text/markdown
1010
classifiers =
1111
Intended Audience :: Developers
12-
Programming Language :: Python :: 3.5
13-
Programming Language :: Python :: 3.6
14-
Programming Language :: Python :: 3.7
1512
Programming Language :: Python :: 3.8
1613
Programming Language :: Python :: 3.9
1714
Programming Language :: Python :: 3.10
1815
Programming Language :: Python :: 3.11
1916
Programming Language :: Python :: 3.12
17+
Programming Language :: Python :: 3.13
2018
License :: OSI Approved :: MIT License
2119
Operating System :: OS Independent
2220
Topic :: Software Development :: Debuggers

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38,39,310,311,312}
2+
envlist = py{38,39,310,311,312,313}
33

44
[testenv]
55
commands = pytest {posargs}

0 commit comments

Comments
 (0)