We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75334ef commit 97b76ccCopy full SHA for 97b76cc
.github/workflows/check-news-item.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Python
22
uses: actions/setup-python@v5
23
with:
24
- python-version: '3.9'
+ python-version: '3.12'
25
cache: 'pip'
26
cache-dependency-path: 'pyproject.toml'
27
- run: pip install PyGithub
news/CI-news-version.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
+* Python version from 3.9 to 3.12 in CI news item
20
+**Security:**
0 commit comments