Skip to content

Commit

Permalink
[feat] Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Feb 4, 2024
1 parent 3953b1d commit 3192610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/summa-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [x64, x86]
steps:
- uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [ x64 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [aarch64, armv7]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3192610

Please sign in to comment.