Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 (#985)

* included ubuntu24 testing

* Remove Python 3.8 testing from workflows due to end of life (EOL)
This commit is contained in:
priya-kinthali
2024-12-19 23:33:44 +05:30
committed by GitHub
parent 55aad42e46
commit 3fddbee787
3 changed files with 81 additions and 60 deletions

6
package-lock.json generated
View File

@ -2456,9 +2456,9 @@
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
"dev": true,
"dependencies": {
"path-key": "^3.1.0",