Skip to content

Commit 764436c

Browse files
authored
Update python test matrix (#58)
* Update python test matrix * [skip ci] Update README
1 parent deec882 commit 764436c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: ['3.9', '3.10']
14+
python: ['3.9', '3.10', '3.11']
1515
experimental: [false]
1616
include:
17-
- python: '3.11.0-alpha - 3.11.0'
17+
- python: '3.12.0-alpha - 3.12.0'
1818
experimental: true
1919
continue-on-error: ${{ matrix.experimental }}
2020
steps:

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ _based on official [Best Practices](https://airflow.apache.org/docs/apache-airfl
2828

2929
airflint is tested with:
3030

31-
| | Main version (dev) | Released version (0.3.2-alpha) |
32-
|----------------|----------------------------------|--------------------------------|
33-
| Python | 3.9, 3.10, 3.11.0-alpha - 3.11.0 | 3.9, 3.10 |
34-
| Apache Airflow | >= 2.0.0 | >= 2.0.0 |
31+
| | Main version (dev) | Released version (0.3.2-alpha) |
32+
|----------------|----------------------------------------|--------------------------------|
33+
| Python | 3.9, 3.10, 3.11, 3.12.0-alpha - 3.12.0 | 3.9, 3.10 |
34+
| Apache Airflow | >= 2.0.0 | >= 2.0.0 |
3535

3636
## 🚀 Get started
3737

0 commit comments

Comments
 (0)