Skip to content

Commit b05073b

Browse files
committed
drop python 3.6 in tests and setup.cfg
1 parent 9a6d006 commit b05073b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- ubuntu-latest
5555
- windows-latest
5656
python-version:
57-
- '3.6'
5857
- '3.7'
5958
- '3.8'
6059
- '3.9'
6160
- '3.10'
61+
- '3.11'
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@v3

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Operating System :: POSIX :: Linux
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.6
2221
Programming Language :: Python :: 3.7
2322
Programming Language :: Python :: 3.8
2423
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)