From 00f8f61dcc2ae5a212016c6de97da278e5a58e76 Mon Sep 17 00:00:00 2001 From: Lorenzo Gaifas Date: Wed, 11 Oct 2023 13:26:45 +0200 Subject: [PATCH] update workflow with py311 --- .github/workflows/test_and_deploy.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 014439d..7eb8c8f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest ] - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10" , "3.11"] steps: - uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index 587feab..2af9077 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - + Programming Language :: Python :: 3.11 [options]