Skip to content

Commit

Permalink
Bump upper supported python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Jun 25, 2024
1 parent 6d02051 commit e1cc86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ classifiers = [
"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",
"Topic :: Office/Business :: Financial :: Accounting",
]

dependencies = [
"market-prices",
"exchange-calendars",
"numpy<2",
"numpy",
"pandas",
"Jinja2",
"matplotlib",
Expand Down Expand Up @@ -102,4 +103,4 @@ write_to = "src/market_analy/_version.py"

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

0 comments on commit e1cc86b

Please sign in to comment.