Skip to content

Commit

Permalink
Move to 3.12 (#216)
Browse files Browse the repository at this point in the history
Update the package to run against 3.12
  • Loading branch information
gordonwatts authored Oct 23, 2023
1 parent c9b9ace commit d6d6547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.10"]
python-version: ["3.11"]
runs-on: ${{ matrix.platform }}
needs: flake8

Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.platform }}
needs: flake8

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Programming Language :: Python",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit d6d6547

Please sign in to comment.