Skip to content

Commit

Permalink
Merge pull request #302 from EvanBldy/master
Browse files Browse the repository at this point in the history
Python 3.12 support
  • Loading branch information
EvanBldy authored Oct 4, 2023
2 parents f388ec3 + 0366cbd commit ac0d009
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [2.7, 3.6, 3.11]
version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- version: 2.7
- version: "2.7"
container: python:2.7.18-buster
container: ${{ matrix.container }}
steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
Expand Down

0 comments on commit ac0d009

Please sign in to comment.