Skip to content

Commit 994086f

Browse files
committed
GHA: Enable Python 3.12, use action/setup-python@v5
1 parent 1eeead4 commit 994086f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
"3.9",
105105
"3.10",
106106
"3.11",
107-
# "3.12-dev"
107+
"3.12",
108108
]
109109
os: ["ubuntu-latest", "macos-latest"]
110110
exclude:
@@ -114,7 +114,7 @@ jobs:
114114
steps:
115115
- uses: actions/checkout@v4
116116
- name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }}
117-
uses: actions/setup-python@v4
117+
uses: actions/setup-python@v5
118118
with:
119119
python-version: ${{ matrix.python-version }}
120120
cache: 'pip'

0 commit comments

Comments
 (0)