From 608cddc6f84bd1fcd652eb263515f21f61489c56 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Sun, 5 Nov 2023 09:19:39 +0100
Subject: [PATCH] chore(python): update supported python versions
---
.github/workflows/workspace.yml | 2 +-
Pipfile | 2 +-
ferveo-python/Pipfile | 2 +-
ferveo-python/setup.py | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml
index 709f4080..9266f268 100644
--- a/.github/workflows/workspace.yml
+++ b/.github/workflows/workspace.yml
@@ -148,7 +148,7 @@ jobs:
target:
- wasm32-unknown-unknown
python:
- - "3.10"
+ - "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
diff --git a/Pipfile b/Pipfile
index c398b0d5..645a67ea 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,4 +8,4 @@ name = "pypi"
[dev-packages]
[requires]
-python_version = "3.10"
+python_version = "3.12"
diff --git a/ferveo-python/Pipfile b/ferveo-python/Pipfile
index c398b0d5..645a67ea 100644
--- a/ferveo-python/Pipfile
+++ b/ferveo-python/Pipfile
@@ -8,4 +8,4 @@ name = "pypi"
[dev-packages]
[requires]
-python_version = "3.10"
+python_version = "3.12"
diff --git a/ferveo-python/setup.py b/ferveo-python/setup.py
index 1c8ea4fb..99e1d715 100644
--- a/ferveo-python/setup.py
+++ b/ferveo-python/setup.py
@@ -32,10 +32,10 @@
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.7",
- "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",
],
)