File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3434 matrix :
3535 # Run the unit tests both against our oldest supported Python version
3636 # and the newest stable.
37- python_version : [ "3.7 ", "3.x" ]
37+ python_version : [ "3.6 ", "3.x" ]
3838 steps :
3939 - uses : actions/checkout@v2
4040 - uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 11[metadata]
22name = matrix_common
3- description = " Common utilities for Synapse, Sydent and Sygnal"
3+ description = Common utilities for Synapse, Sydent and Sygnal
44long_description = file: README.md
55long_description_content_type = text/markdown
6- version = 0 .0.0
6+ version = 1 .0.0
77
88classifiers =
99 License :: OSI Approved :: Apache Software License
1010
1111[options]
12- python_requires = >= 3.7
12+ packages =
13+ matrix_common
14+ python_requires = >= 3.6
1315install_requires =
1416 attrs
1517
You can’t perform that action at this time.
0 commit comments