Skip to content

Commit

Permalink
update to python 3.13 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
zganger authored Oct 19, 2024
1 parent bfdb812 commit d044d10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12.5"
python-version: 3.13
- name: Install dependencies
run: pip install -r requirements_dev.txt
- uses: pre-commit/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Python 3.12 Setup
- name: Python 3.13 Setup
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Install dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
export PYTHONPATH=/path/to/police-data-trust-scrapers/
```

2. Create a virtual environment with Python 3.12.5
2. Create a virtual environment with Python 3.13.0

3. Install requirements

Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

ipython==8.26.0
pre-commit==3.8.0
pytest==8.3.2
ipython==8.28.0
pre-commit==4.0.1
pytest==8.3.3
pytest-cov==5.0.0

0 comments on commit d044d10

Please sign in to comment.