We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721e8dc commit 9ded4e6Copy full SHA for 9ded4e6
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
matrix:
35
# Run the unit tests both against our oldest supported Python version
36
# and the newest stable.
37
- python_version: [ "3.6", "3.x" ]
+ python_version: [ "3.7", "3.x" ]
38
steps:
39
- uses: actions/checkout@v2
40
- uses: actions/setup-python@v2
setup.cfg
@@ -14,7 +14,7 @@ classifiers =
14
package_dir = =src
15
packages =
16
matrix_common
17
-python_requires = >= 3.6
+python_requires = >= 3.7
18
install_requires =
19
attrs
20
importlib_metadata >= 1.4; python_version < '3.8'
0 commit comments