Skip to content

Commit

Permalink
chore: Update Python version to 3.11 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mranv committed Aug 23, 2024
1 parent e7f5baf commit 243378f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the 2.x branch
on:
push:
branches: [ 2.x ]
branches: [2.x]
pull_request:
branches: [ 2.x ]
branches: [2.x]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.11]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Here’s the updated README with the team members section added:

---

# OpenArmor Documentation

[![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.theopenarmor.org)
Expand Down Expand Up @@ -68,7 +64,3 @@ OpenArmor is an advanced AI-driven cybersecurity solution designed to meet the c
At OpenArmor, we are committed to staying ahead of the evolving threat landscape. Our team of security experts, AI specialists, and software engineers work tirelessly to develop innovative solutions that address the most pressing cybersecurity challenges.

By choosing OpenArmor, you're not just implementing a security solution – you're partnering with a leader in adaptive, intelligent cybersecurity. Let us help you build a resilient, future-ready security infrastructure that grows and adapts with your organization.

---

This version includes the team members section, highlighting each individual's role within the project.

0 comments on commit 243378f

Please sign in to comment.