Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Python 3.12 to list of macOS and Windows CI builds; drop Python 3.7 #381

Merged
merged 8 commits into from
Dec 6, 2024

Conversation

slayoo
Copy link
Member

@slayoo slayoo commented Oct 31, 2024

No description provided.

Copy link

github-actions bot commented Nov 1, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

Copy link

github-actions bot commented Nov 1, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

@slayoo slayoo changed the title add Python 3.12 to list of Linux builds on CI add Python 3.12 to list of CI builds; drop Python 3.7 Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

Copy link

github-actions bot commented Nov 1, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

@jcurtis2 jcurtis2 changed the title add Python 3.12 to list of CI builds; drop Python 3.7 add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 Dec 3, 2024
@jcurtis2 jcurtis2 changed the title add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 and 3.8 Dec 3, 2024
@slayoo slayoo changed the title add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 and 3.8 add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 Dec 5, 2024
@slayoo slayoo changed the title add Python 3.12 and 3.13 to list of CI builds; drop Python 3.7 add Python 3.12 and 3.13 to list of macOS and Windows CI builds; drop Python 3.7 Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

Copy link

github-actions bot commented Dec 5, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

@slayoo slayoo changed the title add Python 3.12 and 3.13 to list of macOS and Windows CI builds; drop Python 3.7 add Python 3.12 and 3.13 to list of macOS and 3.12 to Windows CI builds; drop Python 3.7 Dec 5, 2024
@slayoo slayoo changed the title add Python 3.12 and 3.13 to list of macOS and 3.12 to Windows CI builds; drop Python 3.7 add Python 3.12 to list of macOS and Windows CI builds; drop Python 3.7 Dec 5, 2024
Copy link

github-actions bot commented Dec 6, 2024

CLANG WARNINGS:

error: no input files [clang-diagnostic-error]
error: no such file or directory: '/github/workspace/files/*.cpp' [clang-diagnostic-error]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

CPPCHECK WARNINGS:

clang-tidy-report.txt:3:101: error: syntax error [syntaxError]
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]
                                                                                                    ^
nofile:0:0: information: Active checkers: There was critical errors (use --checkers-report=<filename> to see details) [checkersReport]

@slayoo slayoo merged commit 2e48fc6 into main Dec 6, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant