Skip to content

Commit

Permalink
Changes for v3.4.1 (#2438)
Browse files Browse the repository at this point in the history
* Changes for v3.4.1

* Fixing PIP check to python 3.12
  • Loading branch information
LeStarch committed Dec 18, 2023
1 parent 5e1f576 commit 8a1612c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runner: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

FALLBACK_VERSION = "v3.4.0" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.4.1" # Keep up-to-date on release tag


def get_version_str(working_dir, fallback=FALLBACK_VERSION):
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ et-xmlfile==1.1.0
Flask==3.0.0
Flask-Compress==1.14
Flask-RESTful==0.3.10
fprime-fpl-convert-xml==1.0.1a4
fprime-fpl-extract-xml==1.0.1a4
fprime-fpl-layout==1.0.1a4
fprime-fpl-write-pic==1.0.1a4
fprime-fpl-convert-xml==1.0.3
fprime-fpl-extract-xml==1.0.3
fprime-fpl-layout==1.0.3
fprime-fpl-write-pic==1.0.3
fprime-fpp-check==2.0.2
fprime-fpp-depend==2.0.2
fprime-fpp-filenames==2.0.2
Expand All @@ -29,9 +29,9 @@ fprime-fpp-syntax==2.0.2
fprime-fpp-to-cpp==2.0.2
fprime-fpp-to-json==2.0.2
fprime-fpp-to-xml==2.0.2
fprime-gds==3.4.0
fprime-tools==3.4.0
fprime-visual==1.0.1
fprime-gds==3.4.1
fprime-tools==3.4.1
fprime-visual==1.0.2
gcovr==6.0
idna==3.4
importlib-metadata==6.7.0
Expand Down

0 comments on commit 8a1612c

Please sign in to comment.