Skip to content

Commit

Permalink
Upgrade to Python 3.12 to match Open Libary
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored May 29, 2024
1 parent 83eb7b8 commit 841c797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openlibrary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
runs-on: ubuntu-latest
steps:
# - if: "contains(matrix.python-version, '-dev')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12-dev"]
python-version: ["3.12"]
runs-on: ubuntu-latest
services:
# Label does not set the Postgres host name which will be localhost
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
],
license="AGPLv3",
Expand Down

0 comments on commit 841c797

Please sign in to comment.