Skip to content

Commit

Permalink
Merge branch 'python-3.12' into remove-ssl-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 21, 2024
2 parents ef47167 + 0a427a3 commit 73c52fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
max-parallel: 1 # Hinet doesn't allow parallel data request
fail-fast: false
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.12"]
os: [macos-latest, ubuntu-latest]

steps:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Scientific/Engineering :: Physics",
Expand Down

0 comments on commit 73c52fc

Please sign in to comment.