Skip to content

Commit 1395b42

Browse files
committed
update pyproject.toml
1 parent 1cfe282 commit 1395b42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
[tool.poetry.dependencies]
1111
fire = "^0.3.1"
1212
pandas = "^1.0.3"
13-
python = "^3.7,<3.10"
13+
python = "^3.7,<3.14"
1414
typing-extensions = "^3.7.4"
1515

1616
[tool.poetry.dev-dependencies]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = True
3-
envlist = py38,py39,py310,py311,py312
3+
envlist = py38,py39,py310,py311,py312,py313
44

55
[testenv]
66
allowlist_externals =

0 commit comments

Comments
 (0)