Skip to content

Commit

Permalink
Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Oct 10, 2023
1 parent 80d3655 commit 7f3d23b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f3d23b

Please sign in to comment.