Skip to content

Commit

Permalink
chore: add Python 3.13 support (#95)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent adb8a69 commit a17c0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
package:
- "hooks/openfeature-hooks-opentelemetry"
- "providers/openfeature-provider-flagd"
Expand Down

0 comments on commit a17c0e7

Please sign in to comment.