Skip to content

Commit

Permalink
updated python's version (removed 3.8 and added 3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jan 24, 2025
1 parent 00aa1e9 commit 16aaf32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pipeline__dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8.18, 3.9.19, 3.10.14, 3.11.9, 3.12.3 , ]
python-version: [ 3.9.21, 3.10.16, 3.11.11, 3.12.8, 3.13.1 ]
#[ 3.8.18, 3.9.19, 3.10.14, 3.11.9, 3.12.3 , ]
# [3.7.17, 3.13.0-beta.1 ] # poetry doesn't support: 3.7.17, and was hanging on the installation of 3.13.0-beta.1

steps:
Expand Down

0 comments on commit 16aaf32

Please sign in to comment.