diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 43dfbf2..99c22ed 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: windows-latest - python-version: "3.11" + python-version: "3.12" - os: macos-latest - python-version: "3.11" + python-version: "3.12" steps: - uses: actions/checkout@v3 diff --git a/panedr/setup.cfg b/panedr/setup.cfg index c13588c..9d468e5 100644 --- a/panedr/setup.cfg +++ b/panedr/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Operating System :: OS Independent [options] diff --git a/pyedr/setup.cfg b/pyedr/setup.cfg index 8723d3b..f0a6bfc 100644 --- a/pyedr/setup.cfg +++ b/pyedr/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Operating System :: OS Independent [options]