Skip to content

Commit 0ee2395

Browse files
drop 3.12
1 parent 56be692 commit 0ee2395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 5
2525
matrix:
2626
platform: [ubuntu-latest, macos-latest, windows-latest]
27-
python-version: [3.9, "3.10", "3.11", "3.12"] # TODO (masanori): add 3.13 when it is available
27+
python-version: [3.9, "3.10", "3.11"] # TODO (masanori): add 3.12, 3.13 when it is available
2828

2929
# Steps represent a sequence of tasks that will be executed as part of the job
3030
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "qfeval_data"
33
version = "0.1.0"
44
description = "Data structures for quantitative finance"
55
readme = "README.md"
6-
requires-python = ">=3.9,<3.13" # TODO (masanori): Support python 3.13 (pandas 2.0.0+). also update CI
6+
requires-python = ">=3.9,<3.12" # TODO (masanori): Support python 3.12, 3.13 (pandas 2.0.0+). also update CI
77
dependencies = [
88
"pandas>=1.5.0,<2.0.0",
99
"numpy>=1.24.0,<2.0.0",

0 commit comments

Comments
 (0)