From 7f3d23b2b1c76eaccb28dbb752bc500dc0a2625b Mon Sep 17 00:00:00 2001 From: francescalb Date: Tue, 10 Oct 2023 15:13:37 +0200 Subject: [PATCH] Further updates --- .github/workflows/cd_publish.yml | 4 ++-- .github/workflows/ci_cd_updated_master.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index e1b5579d5..e122a032c 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -16,7 +16,7 @@ jobs: # Publish package python_package: true - python_version_build: "3.7" + python_version_build: "3.9" # We're mentioning only 'ontopy', since the version is set statically only in # ontopy/__init__.py package_dirs: ontopy @@ -26,7 +26,7 @@ jobs: # Update documentation update_docs: true - python_version_docs: "3.7" + python_version_docs: "3.9" doc_extras: "[docs]" changelog_exclude_labels: dependencies diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 57769ca5f..92a652452 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -22,7 +22,7 @@ jobs: package_dirs: | emmopy ontopy - python_version: "3.7" + python_version: "3.9" doc_extras: "[docs]" special_file_api_ref_options: "emmopy/emmocheck.py,show_bases: false" landing_page_replacements: | diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 3a28362c0..6e4e31ad4 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -21,7 +21,7 @@ jobs: pr_labels: dependencies,github_actions extra_to_dos: "- [ ] Make sure that the PR is **squash** merged, with a sensible commit message." update_pre-commit: true - python_version: "3.8" + python_version: "3.9" install_extras: "[dev,docs]" skip_pre-commit_hooks: pylint secrets: