Remove python 3.6 CI tests

This commit is contained in:
2023-03-29 18:46:29 -04:00
parent 98d1bf3e8e
commit c3fe7bdef9
4 changed files with 335 additions and 296 deletions

View File

@@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython"
]