Skip to content

Commit

Permalink
Merge pull request #364 from joamatab/python3.11-3.12
Browse files Browse the repository at this point in the history
add klayout 3.11 and 3.12
  • Loading branch information
proppy authored Nov 4, 2023
2 parents 0eb8ca9 + 2c75902 commit 84eb983
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,30 @@ jobs:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

klayout-linux-py311:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
env:
PACKAGE: "misc/klayout"
OS_NAME: "linux"
PYTHON_VERSION: "3.11"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

klayout-linux-py312:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
env:
PACKAGE: "misc/klayout"
OS_NAME: "linux"
PYTHON_VERSION: "3.12"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

ngspice-linux:
runs-on: [self-hosted, Linux, X64]
Expand Down

0 comments on commit 84eb983

Please sign in to comment.