Skip to content

Commit

Permalink
Upgrade to Python 3.11 (#337)
Browse files Browse the repository at this point in the history
* Upgrade to Python 3.11
* Use Github checkout@v4
  • Loading branch information
philipp-classen authored Nov 2, 2023
1 parent ee01615 commit 99ca6da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install sass
run: |
sudo apt-get update
sudo apt-get install --yes ruby-sass build-essential
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
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 @@ -41,7 +41,7 @@ This repository contains:

# Installation

Python 3.10 is needed to build the site. We recommend creating a
Python 3.11 is needed to build the site. We recommend creating a
[virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/)
to install the dependencies, or use `pipenv` or )

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ pathtools==0.1.2
pkginfo==1.5.0.1
plotly==5.10.0
pluggy==0.13.1
py==1.10.0
py==1.11.0
pycparser==2.20
Pygments==2.15.0
pyparsing==2.4.7
pyrsistent==0.18.0
pytest==7.1.3
pytest==7.4.3
python-dateutil==2.8.1
pytz==2020.1
PyYAML==6.0.1
Expand All @@ -76,4 +76,4 @@ watchdog==0.10.3
webencodings==0.5.1
websockets==9.1
wheel==0.38.1
yarl==1.5.1
yarl==1.9.2

0 comments on commit 99ca6da

Please sign in to comment.