Skip to content

Commit

Permalink
Bump supported python upper limit to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Jun 24, 2024
1 parent 5874d31 commit 3683b0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]
include:
- python-version: "3.9"
requirements_file: requirements_dev.txt
- python-version: "3.11"
- python-version: "3.12"
requirements_file: requirements_minpandas.txt

steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
Expand Down Expand Up @@ -63,4 +64,4 @@ write_to = "exchange_calendars/_version.py"

[tool.black]
line-length = 88
target-version = ['py39', 'py310', 'py311']
target-version = ['py39', 'py310', 'py311', 'py312']

0 comments on commit 3683b0d

Please sign in to comment.