Skip to content

Commit

Permalink
Adding tests for python 3.12 and removing references to the backend i…
Browse files Browse the repository at this point in the history
…n the tests.
  • Loading branch information
Jonathan Chico committed Apr 9, 2024
1 parent bcf111d commit 87279ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,20 @@ jobs:
include:
- python-version: "3.9"
lammps-version: "2020.12.24"
backend: sqlalchemy
- python-version: "3.9"
lammps-version: "2020.12.24"
backend: django
- python-version: "3.10"
lammps-version: "2021.09.29"
backend: django
- python-version: "3.11"
lammps-version: "2021.09.29"
- python-version: "3.12"
lammps-version: "2021.09.29"

runs-on: ubuntu-latest

services:
postgres:
image: postgres:12
env:
POSTGRES_DB: test_${{ matrix.backend }}
POSTGRES_DB: test
POSTGRES_PASSWORD: ""
POSTGRES_HOST_AUTH_METHOD: trust
options: >-
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.9"
lammps-version: "2020.03.03"
- python-version: "3.9"
lammps-version: "2020.12.24"
- python-version: "3.9"
lammps-version: "2020.03.03"
- python-version: "3.10"
lammps-version: "2021.09.29"
- python-version: "3.11"
lammps-version: "2021.09.29"
- python-version: "3.12"
lammps-version: "2021.09.29"

runs-on: ubuntu-latest

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
"Framework :: AiiDA",
]
keywords = ["aiida", "workflows", "lammps"]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"aiida-core[atomic_tools]~=2.3",
"importlib_resources",
Expand Down

0 comments on commit 87279ff

Please sign in to comment.