From 08003911b04cb510bf58d979529d7cfd92e2ab8f Mon Sep 17 00:00:00 2001 From: Maksymilian Wojnar Date: Fri, 14 Jul 2023 15:40:30 +0200 Subject: [PATCH] Add Python 3.11 CI --- .github/workflows/python-package.yml | 2 +- requirements/requirements-dev.txt | 4 ++-- setup.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3ae4575..a6bdd1f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 6c53050..3670117 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -2,5 +2,5 @@ joblib~=1.3.1 # ns3-ai==1.0.2 pygame~=2.5.0 seaborn~=0.12.2 -sphinx~=5.1.1 -sphinx-rtd-theme~=1.0.0 \ No newline at end of file +sphinx~=7.0.1 +sphinx-rtd-theme~=1.2.2 \ No newline at end of file diff --git a/setup.py b/setup.py index a508f71..2171cd4 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ def read_file(filename: str) -> str: 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Typing :: Typed' ],