Skip to content

Commit

Permalink
update to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Dec 6, 2022
1 parent 879f9e5 commit e518ce1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9'] #, '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim as app
FROM python:3.11-slim as app

RUN apt-get update \
&& apt-get install -y \
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ elasticsearch==5.4.0 # Apache 2.0
furl==2.1.2 # None
gevent==22.10.2 # MIT
jsonschema==3.2.0 # MIT
lxml==4.6.3 # BSD
lxml==4.9.1 # BSD
kombu==5.1.0 # BSD 3 Clause
nameparser==1.0.6 # LGPL
networkx==2.5.1 # BSD
newrelic==6.4.4.161 # newrelic APM agent, Custom License
pendulum==2.1.1 # MIT
pendulum==2.1.2 # MIT
pillow==8.3.1 # PIL Software License
psycogreen==1.0.2 # BSD
psycopg2==2.8.6 # LGPL with exceptions or ZPL
python-dateutil==2.8.1 # Apache 2.0
PyJWE==1.0.0 # Apache 2.0
pyyaml==5.4.1 # MIT
pyyaml==6.0 # MIT
raven==6.10.0 # BSD
requests==2.25.1 # Apache 2.0
stevedore==3.3.0 # Apache 2.0
Expand Down

0 comments on commit e518ce1

Please sign in to comment.