Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f522de0

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v4
8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@v4
82+
uses: actions/setup-python@v5
8383
with:
8484
python-version: 3.8
8585
cache: 'pip'
@@ -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)