Skip to content

Commit

Permalink
Test on Python 3.12 (#34)
Browse files Browse the repository at this point in the history
Update dependencies and declare supported python versions more strictly.
  • Loading branch information
TheWall89 authored Oct 7, 2023
2 parents 1e79b37 + 12fb779 commit 3e6b123
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# You can use PyPy versions in python-version.
# For example, pypy2 and pypy3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit 3e6b123

Please sign in to comment.