diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7314e929e0..9185541790 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,6 @@ jobs: - '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 c5c9b77b0b..b253efe889 100644 --- a/.github/workflows/daily_check.yaml +++ b/.github/workflows/daily_check.yaml @@ -45,7 +45,6 @@ jobs: - 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 4edc0f4728..c9d7c4c135 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ "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"