Skip to content

Commit a17c0e7

Browse files
gruebelfedericobondbeeme1mr
authored
chore: add Python 3.13 support (#95)
* add Python 3.13 support Signed-off-by: gruebel <[email protected]> * Update .github/workflows/build.yml Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Federico Bond <[email protected]> --------- Signed-off-by: gruebel <[email protected]> Signed-off-by: Federico Bond <[email protected]> Co-authored-by: Federico Bond <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
1 parent adb8a69 commit a17c0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 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"

0 commit comments

Comments
 (0)