Skip to content

Commit 13778c5

Browse files
committed
add Python 3.13 support
Signed-off-by: gruebel <[email protected]>
1 parent 3327c8e commit 13778c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
25+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2626
package:
2727
- "hooks/openfeature-hooks-opentelemetry"
2828
- "providers/openfeature-provider-flagd"
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
cache: "pip"
40+
allow-prereleases: true
4041

4142
- uses: bufbuild/[email protected]
4243
with:

0 commit comments

Comments
 (0)