Skip to content

Commit

Permalink
Bump upper supported python version to 3.12
Browse files Browse the repository at this point in the history
Changes upper python version of test matrix to 3.12.
  • Loading branch information
maread99 committed Jun 25, 2024
1 parent 2d69489 commit 345eff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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 :: Education",
"Topic :: Office/Business :: Financial",
Expand Down Expand Up @@ -98,4 +99,4 @@ write_to = "src/market_prices/_version.py"

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

0 comments on commit 345eff7

Please sign in to comment.