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.

Also changes macos test runner from 'latest' to 'macos-13'
whilst awaiting wheels from pytables for Mac M1.
  • Loading branch information
maread99 committed Jun 25, 2024
1 parent a6a1d5e commit 30ce7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.11"]
os: [ubuntu-latest, macos-13, windows-latest]
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 30ce7a3

Please sign in to comment.