Skip to content

Commit 7924273

Browse files
authored
Merge pull request #174 from DoubleML/m-run-ci-py-3-11
Python 3.11
2 parents d7d56a9 + 12c58dc commit 7924273

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- {os: 'macOS-latest', python-version: '3.8'}
3030
- {os: 'ubuntu-latest', python-version: '3.9'}
3131
- {os: 'ubuntu-latest', python-version: '3.10'}
32+
- {os: 'ubuntu-latest', python-version: '3.11'}
3233

3334
steps:
3435
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/doubleml.svg)](https://anaconda.org/conda-forge/doubleml)
66
[![codecov](https://codecov.io/gh/DoubleML/doubleml-for-py/branch/main/graph/badge.svg?token=0BjlFPgdGk)](https://codecov.io/gh/DoubleML/doubleml-for-py)
77
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1c08ec7d782c451784293c996537de14)](https://www.codacy.com/gh/DoubleML/doubleml-for-py/dashboard?utm_source=github.com&utm_medium=referral&utm_content=DoubleML/doubleml-for-py&utm_campaign=Badge_Grade)
8-
[![Python version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)](https://www.python.org/)
8+
[![Python version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://www.python.org/)
99

1010
The Python package **DoubleML** provides an implementation of the double / debiased machine learning framework of
1111
[Chernozhukov et al. (2018)](https://doi.org/10.1111/ectj.12097).

0 commit comments

Comments
 (0)