Skip to content

Commit

Permalink
Expand Python coverage in Github run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Dec 6, 2024
1 parent 71ef86f commit 03898a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
36 changes: 24 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,47 +27,59 @@ jobs:
matrix:
name:
[
"windows-py38",
"windows-py39",
"windows-py310",
"windows-py311",
"windows-py312",

"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",
"ubuntu-py311",
"ubuntu-py312",

"macos-py38",
"macos-py39",
"macos-py310",
"macos-py311",
"macos-py312",
]

include:
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "windows-py311"
python: "3.11"
os: windows-latest
- name: "windows-py312"
python: "3.12"
os: windows-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-13
- name: "ubuntu-py311"
python: "3.11"
os: ubuntu-latest
- name: "ubuntu-py312"
python: "3.12"
os: ubuntu-latest
- name: "macos-py39"
python: "3.9"
os: macos-13
- name: "macos-py310"
python: "3.10"
os: macos-13
- name: "macos-py311"
python: "3.11"
os: macos-13
- name: "macos-py312"
python: "3.12"
os: macos-13
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
INVOKE_IS_CI_CD: 1
Expand Down
2 changes: 1 addition & 1 deletion packages/main/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ rpa-crypto = 'RPA.scripts.crypto:main'
use-robocorp-vault = 'RPA.scripts.robocorp_cloud:main'

[tool.black]
target-version = ["py39", "py310", "py311"]
target-version = ["py39", "py310", "py311", "py312"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 03898a6

Please sign in to comment.