Skip to content

Commit

Permalink
python 3.13 is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 10, 2025
1 parent 0a63e10 commit a6045e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: astral-sh/setup-uv@v5
with:
enable-cache: false
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.12 pre-commit run --all-files
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.13 pre-commit run --all-files
build:
strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv run --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
- run: uv run --no-dev --group nuitka --frozen --python 3.13 python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM docker.io/python:3.12-slim-bookworm AS python-base-stage
FROM docker.io/python:3.13-slim-bookworm AS python-base-stage

ENV \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If Windows antivirus detects the executable file as a virus, please read [this](

#### Desktop

- Install [Python](https://python.org/downloads). Supported versions are 3.9 to 3.12. The recommended version is 3.12.
- Install [Python](https://python.org/downloads). Supported versions are 3.9 to 3.13.
- Download and unpack [the archive with the program](https://github.com/monosans/proxy-scraper-checker/archive/refs/heads/main.zip).
- Edit `config.toml` to your preference.
- Run the script that installs dependencies and starts `proxy-scraper-checker`:
Expand Down

0 comments on commit a6045e8

Please sign in to comment.