Skip to content

Commit

Permalink
Allow prepreleases to test against Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jul 22, 2024
1 parent 6eb32ae commit d10e0c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env[matrix.python-version] }}
allow-prereleases: true
architecture: 'x64'
- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -202,6 +203,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env[matrix.python-version] }}
allow-prereleases: true
architecture: 'x64'
- name: Install tox
run: pip install tox
Expand Down
1 change: 1 addition & 0 deletions docs/examples/error_handler/error_handler_0/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"opentelemetry-sdk ~= 1.3",
Expand Down

0 comments on commit d10e0c8

Please sign in to comment.