Skip to content

Commit 97b76cc

Browse files
authored
Bump Python 3.9 to 3.12 in news CI (#81)
* Bump 3.9 to 3.10 for CI setup-python * Bump to 3.12 for CI setup-python * Python version from 3.9 to 3.12 in CI news item
1 parent 75334ef commit 97b76cc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/check-news-item.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.12'
2525
cache: 'pip'
2626
cache-dependency-path: 'pyproject.toml'
2727
- run: pip install PyGithub

news/CI-news-version.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Python version from 3.9 to 3.12 in CI news item
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)