From 1adb33b5cf9b75eca0287f78908e079dd307aef1 Mon Sep 17 00:00:00 2001 From: Tushar <30565750+tushar5526@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:23:55 +0530 Subject: [PATCH] feat: migrate to 3.11 --- .github/workflows/build-tests.yml | 6 +++--- requirements.txt | 1 - setup.py | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index faf199cb..114bad17 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [ '3.7', '3.8', '3.9', '3.10'] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index 71a54e61..938a4ffe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -freetype-py==2.1.0.post1 glfw>=2.5.9 numpy Pillow==9.0.1 diff --git a/setup.py b/setup.py index be9b9cb9..9cd5547f 100644 --- a/setup.py +++ b/setup.py @@ -53,5 +53,6 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], )