File tree Expand file tree Collapse file tree 5 files changed +1098
-823
lines changed Expand file tree Collapse file tree 5 files changed +1098
-823
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python 🐍
2020 uses : actions/setup-python@v3
2121 with :
22- python-version : ' 3.11 '
22+ python-version : ' 3.12 '
2323
2424 - name : Install Hatch 🐣
2525 run : pip install --upgrade pip setuptools wheel twine "hatch==1.7.0"
Original file line number Diff line number Diff line change 3030 - " 3.9"
3131 - " 3.10"
3232 - " 3.11"
33+ - " 3.12"
3334
3435 steps :
3536 - uses : actions/checkout@v3
5556 - " 3.9"
5657 - " 3.10"
5758 - " 3.11"
59+ - " 3.12"
5860 db-url :
5961 - " sqlite+aiosqlite:///./db.sqlite3"
6062 - " postgresql+asyncpg://user:passwd@localhost:5432/app"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: 2
88build :
99 os : ubuntu-22.04
1010 tools :
11- python : " 3.11 "
11+ python : " 3.12 "
1212 # You can also specify other tool versions:
1313 # nodejs: "20"
1414 # rust: "1.70"
You can’t perform that action at this time.
0 commit comments