File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed
Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 6868 name : cibw-wheels-${{ matrix.os }}
6969 path : wheelhouse/*.whl
7070
71- build-wasm-emscripten :
72- name : Pyodide
73- runs-on : ubuntu-22.04
74- steps :
75- - uses : actions/checkout@v4
76- with :
77- submodules : true
78- fetch-depth : 0
79-
80- - uses : actions/setup-python@v5
81- with :
82- python-version : " 3.12"
83-
84- - uses : pypa/cibuildwheel@v2.21
85- env :
86- CIBW_PLATFORM : pyodide
87- CIBW_TEST_SKIP : " *"
88-
89- - uses : actions/upload-artifact@v4
90- with :
91- name : cibw-wheels-pyodide
92- path : wheelhouse/*.whl
93-
9471 upload_all :
9572 name : Upload if release
9673 needs : [build_wheels, build_sdist]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
66[project ]
77name = " naive_svg"
8- version = " 0.1.1 "
8+ version = " 0.1.2 "
99description =" naive svg writer"
1010readme = " README.md"
1111authors = [
@@ -26,6 +26,8 @@ classifiers = [
2626 " Programming Language :: Python :: 3.10" ,
2727 " Programming Language :: Python :: 3.11" ,
2828 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
30+ " Programming Language :: Python :: 3.14" ,
2931]
3032
3133[project .urls ]
You can’t perform that action at this time.
0 commit comments