Modified workflows and ingestion-core package (#5005)

This commit is contained in:
Ayush Shah 2022-05-17 21:46:49 +05:30 committed by GitHub
parent 8cc91c3405
commit a74047c8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: py-tests
name: py-tests-3.10
on:
push:
branches: [main]
@ -44,7 +44,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install Ubuntu dependencies
run: |

View File

@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: py-tests
name: py-tests-3.6
on:
push:
branches: [main]

View File

@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: py-tests
name: py-tests-3.7
on:
push:
branches: [main]

View File

@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: py-tests
name: py-tests-3.8
on:
push:
branches: [main]

View File

@ -38,7 +38,7 @@ setup(
description="These are the generated Python classes from JSON Schema",
long_description=get_long_description(),
long_description_content_type="text/markdown",
python_requires=">=3.8",
python_requires=">=3.6",
package_dir={"": "src"},
zip_safe=False,
use_incremental=True,