Skip to content

Commit 77f8d59

Browse files
authored
drop python 3.10, add 3.13 (#529)
1 parent b264193 commit 77f8d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description = "Causal inference for quasi-experiments in Python"
1818
readme = "README.md"
1919
license = { file = "LICENSE" }
2020
authors = [{ name = "Ben Vincent", email = "ben.vincent@pymc-labs.com" }]
21-
requires-python = ">=3.10"
21+
requires-python = ">=3.11"
2222

2323
# This field lists other packages that your project depends on to run.
2424
# Any package you put here will be installed by pip when your project is

0 commit comments

Comments
 (0)