File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3131 - cp310-manylinux_x86_64
3232 - cp311-manylinux_x86_64
3333 - cp312-manylinux_x86_64
34+ - cp313-manylinux_x86_64
3435 steps :
3536 - name : Get CIRCT (no submodules)
3637 uses : actions/checkout@v4
@@ -104,6 +105,7 @@ jobs:
104105 - cp310-win_amd64
105106 - cp311-win_amd64
106107 - cp312-win_amd64
108+ - cp313-win_amd64
107109 steps :
108110 # Since we don't use docker on Windows, we need to install the dependencies.
109111 - name : Build additional c++ deps
@@ -163,7 +165,7 @@ jobs:
163165
164166 push_wheels :
165167 name : Push wheels (Tag or Weekly)
166- runs-on : ubuntu-20 .04
168+ runs-on : ubuntu-24 .04
167169 if : github.repository == 'llvm/circt' && ( github.ref == 'refs/heads/main' || github.ref_type == 'tag' )
168170 needs :
169171 - build-linux
You can’t perform that action at this time.
0 commit comments