Skip to content

Commit a64e37c

Browse files
authored
Merge pull request #757 from jacebrowning/any-python-3.11
Upgrade Python to 3.11.1
2 parents 2a84516 + 7052e22 commit a64e37c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.0
1+
3.11.1

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ruamel.yaml==0.17.21; python_version >= "3.8" and python_version < "4.0"
3232
sanic-ext==22.9.0
3333
sanic-routing==22.8.0; python_version >= "3.7"
3434
sanic==22.9.1; python_version >= "3.7"
35+
setuptools==65.6.3; python_version >= "3.7"
3536
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
3637
sniffio==1.2.0; python_version >= "3.5" and python_full_version >= "3.6.2"
3738
spongemock==0.3.4

Diff for: runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.11.0
1+
python-3.11.1

0 commit comments

Comments
 (0)