Skip to content

Commit ae9522c

Browse files
committed
exclude python 3.12
1 parent 6cea9fd commit ae9522c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: ["ubuntu-latest"]
41-
version: ["3.10", "3.11", "3.12"]
41+
version: ["3.9", "3.10", "3.11"]
4242
steps:
4343
- name: Checkout 🔖
4444
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
1111
While in this phase, we will denote breaking changes with a minor increase.
1212

13-
## 0.4.3
13+
## 0.5.0
1414

1515
### Fixed
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dac"
33
dynamic = ["version"]
44
description = "Tool to distribute data as code"
55
readme = "README.md"
6-
requires-python = ">=3.10,<3.13"
6+
requires-python = ">=3.9,<3.12"
77
license = { text = "MIT" }
88
authors = [
99
{ name = "Francesco Calcavecchia", email = "francesco.calcavecchia@gmail.com" },

0 commit comments

Comments
 (0)