Skip to content

Commit

Permalink
Upgrade to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 22, 2024
1 parent c6097fa commit 3fb72ab
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_djangonaut_space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Staging build and deploy Python app to Azure Web App - djangonaut-space
env:
AZURE_WEBAPP_NAME: staging-djangonaut-space # set this to the name of your Azure Web App
AZURE_WEBAPP_PACKAGE_PATH: '.'
PYTHON_VERSION: '3.9' # set this to the Python version to use
PYTHON_VERSION: '3.11' # set this to the Python version to use
NODE_VERSION: '17.6.0'

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_djangonaut-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This section should list any major frameworks/libraries used to bootstrap your p
### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* Python version 3.10.5
* Python version 3.11

### Installation

Expand Down
30 changes: 3 additions & 27 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/requirements-dev.txt --strip-extras requirements/requirements-dev.in
Expand Down Expand Up @@ -187,12 +187,6 @@ et-xmlfile==1.1.0
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# openpyxl
exceptiongroup==1.2.0
# via
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# anyio
# pytest
factory-boy==3.3.0
# via -r requirements/requirements-test.txt
faker==23.2.1
Expand Down Expand Up @@ -225,12 +219,6 @@ idna==3.6
# -r requirements/requirements.txt
# anyio
# requests
importlib-metadata==7.0.1
# via
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# build
# markdown
iniconfig==2.0.0
# via
# -r requirements/requirements-test.txt
Expand Down Expand Up @@ -392,23 +380,16 @@ text-unidecode==1.3
# via
# -r requirements/requirements-test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/requirements-test.txt
# build
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.6.3
# via
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# anyio
# asgiref
# azure-core
# azure-storage-blob
# dj-database-url
# pyee
unittest-parametrize==1.4.0
# via -r requirements/requirements-test.txt
urllib3==1.26.18
# via
# -r requirements/requirements-test.txt
Expand Down Expand Up @@ -445,11 +426,6 @@ willow==1.6.3
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# wagtail
zipp==3.17.0
# via
# -r requirements/requirements-test.txt
# -r requirements/requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
20 changes: 1 addition & 19 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/requirements-test.txt --strip-extras requirements/requirements-test.in
Expand Down Expand Up @@ -132,11 +132,6 @@ et-xmlfile==1.1.0
# via
# -r requirements/requirements.txt
# openpyxl
exceptiongroup==1.2.0
# via
# -r requirements/requirements.txt
# anyio
# pytest
factory-boy==3.3.0
# via -r requirements/requirements-test.in
faker==23.2.1
Expand All @@ -158,10 +153,6 @@ idna==3.6
# -r requirements/requirements.txt
# anyio
# requests
importlib-metadata==7.0.1
# via
# -r requirements/requirements.txt
# markdown
iniconfig==2.0.0
# via pytest
isodate==0.6.1
Expand Down Expand Up @@ -273,18 +264,13 @@ telepath==0.3.1
# wagtail
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pytest
typing-extensions==4.6.3
# via
# -r requirements/requirements.txt
# anyio
# asgiref
# azure-core
# azure-storage-blob
# dj-database-url
# pyee
# unittest-parametrize
unittest-parametrize==1.4.0
# via -r requirements/requirements-test.in
urllib3==1.26.18
Expand Down Expand Up @@ -312,10 +298,6 @@ willow==1.6.3
# via
# -r requirements/requirements.txt
# wagtail
zipp==3.17.0
# via
# -r requirements/requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 1 addition & 9 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/requirements.txt --strip-extras requirements/requirements.in
Expand Down Expand Up @@ -91,8 +91,6 @@ draftjs-exporter==2.1.7
# via wagtail
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.0
# via anyio
filetype==1.2.0
# via willow
html5lib==1.1
Expand All @@ -101,8 +99,6 @@ idna==3.6
# via
# anyio
# requests
importlib-metadata==7.0.1
# via markdown
isodate==0.6.1
# via azure-storage-blob
l18n==2021.3
Expand Down Expand Up @@ -158,8 +154,6 @@ telepath==0.3.1
typing-extensions==4.6.3
# via
# -r requirements/requirements.in
# anyio
# asgiref
# azure-core
# azure-storage-blob
# dj-database-url
Expand All @@ -183,8 +177,6 @@ whitenoise==6.3.0
# via -r requirements/requirements.in
willow==1.6.3
# via wagtail
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 3fb72ab

Please sign in to comment.