Skip to content

Commit

Permalink
Let's do 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 3, 2023
1 parent 432f17d commit f68db91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'pipenv'

- id: install-pipenv
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'pipenv'

- id: install-pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'pipenv'

- id: install-pipenv
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ sphinx-palewire-theme = "*"
sphinx-click = "*"

[requires]
python_version = "3.12"
python_version = "3.11"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def local_version(version):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
],
install_requires=[
Expand Down

0 comments on commit f68db91

Please sign in to comment.