Skip to content

Commit

Permalink
Update list of supported python runtimes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski authored Feb 20, 2024
1 parent 3092cc1 commit 77febee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ jobs:
- name: Publish layer
env:
LAYER_NAME: "coralogix-opentelemetry-python-wrapper"
COMPATIBLE_RUNTIMES: "python3.8 python3.9 python3.10 python3.11"
COMPATIBLE_RUNTIMES: "python3.8 python3.9 python3.10 python3.11 python3.12"
run: ./ci-scripts/publish_${{ inputs.environment }}.sh

0 comments on commit 77febee

Please sign in to comment.