diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2512c550a6..7314e929e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,10 +47,10 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up Python v${{ matrix.python-version }} diff --git a/.github/workflows/daily_check.yaml b/.github/workflows/daily_check.yaml index c390ba5dee..c5c9b77b0b 100644 --- a/.github/workflows/daily_check.yaml +++ b/.github/workflows/daily_check.yaml @@ -42,10 +42,10 @@ jobs: strategy: matrix: python-version: - - python3.8 - python3.9 - python3.10 - python3.11 + - python3.12 steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - run: sudo rm /etc/apt/sources.list.d/*.list diff --git a/setup.py b/setup.py index 710d74b66f..4edc0f4728 100644 --- a/setup.py +++ b/setup.py @@ -28,10 +28,10 @@ classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Framework :: Pyramid", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application"