mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2026-01-16 03:15:55 +01:00
Drop Python 3.8 and 3.9
Code assumes Python 3.10 features, so drop 3.8 and 3.9 from testing.
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -12,8 +12,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user