diff --git a/.github/workflows/umbral-pre.yml b/.github/workflows/umbral-pre.yml index f05fc86..b6ada48 100644 --- a/.github/workflows/umbral-pre.yml +++ b/.github/workflows/umbral-pre.yml @@ -106,7 +106,7 @@ jobs: rust: - stable python: - - "3.10" + - "3.12" steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a3ddc03..5c5654c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: '3.8' + python-version: '3.12' - name: Install cibuildwheel run: | @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: '3.8' + python-version: '3.12' - name: Install setuptools and setuptools-rust working-directory: ./umbral-pre-python diff --git a/umbral-pre-python/setup.py b/umbral-pre-python/setup.py index 4ca02db..2193856 100644 --- a/umbral-pre-python/setup.py +++ b/umbral-pre-python/setup.py @@ -33,6 +33,8 @@ "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", "Topic :: Security :: Cryptography", ], )