Commit 3ce239c 1 parent a538bf8 commit 3ce239c Copy full SHA for 3ce239c
File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 17
17
os :
18
18
- ubuntu-latest
19
19
python-version :
20
- - " 3.11 "
20
+ - " 3.12 "
21
21
22
22
steps :
23
23
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sphinx:
12
12
build :
13
13
os : ubuntu-22.04
14
14
tools :
15
- python : " 3.11 "
15
+ python : " 3.12 "
16
16
17
17
python :
18
18
install :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ RUN apt-get update && apt-get upgrade -qy
5
5
RUN apt-get install -qy \
6
6
git-core \
7
7
language-pack-en \
8
- python3.11 \
8
+ python3.12 \
9
9
python3-pip \
10
- python3.11 -dev \
10
+ python3.12 -dev \
11
11
libssl-dev
12
12
RUN pip3 install --upgrade pip setuptools
13
13
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Prerequisites
18
18
19
19
Make sure you've installed:
20
20
21
- - Python 3.10 .x development environment
21
+ - Python 3.12 .x development environment
22
22
(virtualenv strongly recommended)
23
23
- `Heroku Command Line `_
24
24
@@ -177,6 +177,11 @@ See the fragment files (if any) in the changelog.d directory.
177
177
178
178
.. scriv-insert-here
179
179
180
+ 2025-02-13
181
+ ~~~~~~~~~~
182
+
183
+ - Add support for Python 3.12
184
+
180
185
2023-12-07
181
186
~~~~~~~~~~
182
187
Original file line number Diff line number Diff line change 1
- python-3.11.11
1
+ python-3.12.9
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ def get_requirements(path):
48
48
'Framework :: Flask' ,
49
49
'Programming Language :: Python' ,
50
50
'Programming Language :: Python :: 3.11' ,
51
+ 'Programming Language :: Python :: 3.12' ,
51
52
),
52
53
zip_safe = False ,
53
54
)
You can’t perform that action at this time.
0 commit comments