8000 fix: #7662, add support for python 3.12 and upgrade github actions by vinitkumar · Pull Request #7680 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: #7662, add support for python 3.12 and upgrade github actions #7680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: drop 3.8
  • Loading branch information
Vinit Kumar committed Oct 19, 2023
commit 6fe03a0aca76a1525f77a54242c9b38b4291dfae
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
python-version: [ 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.2.txt,
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
python-version: [ 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.2.txt,
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
python-version: [ 3.9, '3.10', '3.11', '3.12' ] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.2.txt,
Expand Down
4 changes: 1 addition & 3 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Pygments>=2.16.1
sphinx
sphinx-autobuild
sphinxext-opengraph
matplotlib==3.7.3
numpy==1.24.3
sphinxcontrib-spelling==8.0.0
sphinxcontrib-spelling
pyenchant>3
sphinx-autobuild
datetime
Expand Down
15 changes: 6 additions & 9 deletions docs/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.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -70,13 +70,10 @@ markupsafe==2.1.1
# via
# -r requirements.in
# jinja2
matplotlib==3.7.3
matplotlib==3.8.0
# via sphinxext-opengraph
numpy==1.26.1
# via
# -r requirements.in
# sphinxext-opengraph
numpy==1.24.3
# via
# -r requirements.in
# contourpy
# matplotlib
packaging==21.3
Expand Down Expand Up @@ -139,7 +136,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0
sphinxcontrib-spelling==7.6.2
# via -r requirements.in
sphinxext-opengraph==0.8.2
# via -r requirements.in
Expand All @@ -153,4 +150,4 @@ zope-interface==5.5.0
# via datetime

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