Skip to content

Commit

Permalink
Merge pull request #8 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 3a3c949 + 8d09450 commit d0ba06d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.8, 3.11, pypy3.10]
version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions requirements/install.pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask>=2.0.0
flask>=2.0.0,<3
python-dateutil==2.8.2
Werkzeug>=2.0.0
cryptography>=39.0.2
cryptography>=39.0.2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def pip(filename):
"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 :: Internet :: WWW/HTTP :: Dynamic Content",
Expand Down

0 comments on commit d0ba06d

Please sign in to comment.