diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index a6c1464..90becd9 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -7,7 +7,7 @@ on: env: CI: true - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.11 PIPENV_VENV_IN_PROJECT: true SCRAPY_SETTINGS_MODULE: city_scrapers.settings.archive AUTOTHROTTLE_MAX_DELAY: 30.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2c754..4ba2190 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.9] + python-version: [3.11] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index b761f83..a2d1c58 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -7,7 +7,7 @@ on: env: CI: true - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.11 PIPENV_VENV_IN_PROJECT: true SCRAPY_SETTINGS_MODULE: city_scrapers.settings.prod WAYBACK_ENABLED: true diff --git a/Pipfile b/Pipfile index 867c2ec..70823e9 100644 --- a/Pipfile +++ b/Pipfile @@ -18,4 +18,4 @@ isort = "*" black = "*" [requires] -python_version = "3.9" +python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index e2c124b..39c10c3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -5,7 +5,7 @@ }, "pipfile-spec": 6, "requires": { - "python_version": "3.9" + "python_version": "3.11" }, "sources": [ {