Skip to content

Commit

Permalink
add Python 3.13 support
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel committed Sep 9, 2024
1 parent 3327c8e commit 13778c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 All @@ -37,6 +37,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
allow-prereleases: true

- uses: bufbuild/[email protected]
with:
Expand Down

0 comments on commit 13778c5

Please sign in to comment.