Skip to content

Commit d9a054a

Browse files
committed
Remove pin of Python 3.13 version
1 parent f94a74e commit d9a054a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
os: [ubuntu-latest]
79-
python: ['3.13.3'] # FIXME: Remove specific 3.13 version once logging tests are fixed
79+
python: [3.13]
8080
other: [""]
8181
category: [""]
8282

8383
include:
8484
- os: ubuntu-latest
85-
python: '3.13.3' # FIXME: Remove specific 3.13 version once logging tests are fixed
85+
python: 3.13
8686
test_docs: 1
8787
TARGET: linux
8888
PYENV: pip

.github/workflows/test_pr_and_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
os: [ubuntu-latest, macos-latest, windows-latest]
91-
python: [ 3.9, '3.10', 3.11, 3.12, '3.13.3' ] # FIXME: Remove specific 3.13 version once logging tests are fixed
91+
python: [ 3.9, '3.10', 3.11, 3.12, 3.13 ]
9292
other: [""]
9393
category: [""]
9494

0 commit comments

Comments
 (0)